Skip to content

Fibers v0.5.0

Compare
Choose a tag to compare
@aconchillo aconchillo released this 28 Jan 18:10
· 258 commits to master since this release
  • Add parallelism support, with both work stealing and explicit work sharing. Enabled by default.

  • Allow channel sends and receives and other Concurrent ML-like operations to be performed from outside of fibers.

  • Enable preemption by default.