Concurrent v0.1.0 Release Notes

Release Date: 2015-06-07 // almost 9 years ago
  • The Concurrent Framework is a collection of functional concurrency primitives inspired by
    🚀 Concurrent ML and Concurrent Haskell. This release includes:

    • Channels and Immutable Channels
    • Forking
    • Futures
    • 👻 Exception Handling
    • MVars, SVars, and IVars
    • Quantity Semaphores