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 a GCD-queue #4

Open
rastersize opened this issue Oct 21, 2011 · 2 comments
Open

Use a GCD-queue #4

rastersize opened this issue Oct 21, 2011 · 2 comments
Assignees
Milestone

Comments

@rastersize
Copy link
Owner

Possibly use a serial GCD-queue instead of the current callback function.

@ghost ghost assigned rastersize Oct 21, 2011
@tonyxiao
Copy link
Contributor

What would be the benefit of using GCD queue?

@rastersize
Copy link
Owner Author

The thinking when I created this issue was primarily to not worry about blocking whoever is calling the current callback function. I.e. allowing it (CDEventsCallback(…)) to return almost instantaneously instead of as now, where it loops through the possibly large list of events, after quite some time.

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