Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of @autoreleasepool in renderCallback and inputCallback #118

Open
wtholliday opened this issue Oct 8, 2015 · 1 comment
Open

use of @autoreleasepool in renderCallback and inputCallback #118

wtholliday opened this issue Oct 8, 2015 · 1 comment

Comments

@wtholliday
Copy link

There should be no dynamic allocation in a render callback. (Dynamic allocation is widely considered a no-no in real-time threads, since it can block.)

@wtholliday wtholliday changed the title use of @autoreleasepool in render block use of @autoreleasepool in renderCallback and inputCallback Oct 8, 2015
@alexbw
Copy link
Owner

alexbw commented Dec 22, 2015

I'd love a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants