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

WIP Rewrite Fibers to use pthreads #3674

Merged
merged 30 commits into from
Jun 20, 2016
Merged

WIP Rewrite Fibers to use pthreads #3674

merged 30 commits into from
Jun 20, 2016

Conversation

brixen
Copy link
Member

@brixen brixen commented Jun 18, 2016

No description provided.

brixen added 30 commits June 12, 2016 20:46
Each Fiber is composed of a native machine thread and set of synchronization
primitives that effectively serializes the concurrency of the associated
Thread instance and all Fiber peers (Fibers associated with the same Thread).
There is still more cruft here to clean up.
@brixen brixen merged commit f5ddf1e into master Jun 20, 2016
@brixen brixen deleted the fibers branch June 20, 2016 22:06
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