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

Put work on thread pool #16

Merged
merged 6 commits into from
Jun 18, 2019
Merged

Put work on thread pool #16

merged 6 commits into from
Jun 18, 2019

Conversation

xmclark
Copy link
Collaborator

@xmclark xmclark commented Jun 18, 2019

This is the first-pass at moving work off the main thread and onto a thread pool. There are new restrictions on the job-handlers like Sync and UnwindSafe. These were necessary to get this completed, but it's possible these restrictions may go away in the future. Stateless job handlers is the most common use case, so this tradeoff is ok for now.

Addresses #15

@xmclark xmclark merged commit 952bd89 into master Jun 18, 2019
@xmclark xmclark deleted the pool-it branch June 18, 2019 22:45
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

Successfully merging this pull request may close these issues.

1 participant