Fibers v0.5.0
-
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.