Skip to content

WIP Rewrite Fibers to use pthreads#3674

Merged
brixen merged 30 commits intomasterfrom
fibers
Jun 20, 2016
Merged

WIP Rewrite Fibers to use pthreads#3674
brixen merged 30 commits intomasterfrom
fibers

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