3.0.3 • Published 6 years ago

mvar v3.0.3

Weekly downloads
7
License
Unlicense
Repository
github
Last release
6 years ago

MVar

Coverage Maintainability Rating Reliability Rating Security Rating

MVar is a low-level library for concurrent programming in TypeScript and JavaScript. It provides a single data type of the same name, inspired by Haskell's MVar. An MVar represents an abstract resource that can be shared by multiple concurrent tasks. Access-operations on MVars are atomic and serve as synchronization primitives between concurrent tasks.

Head over to the offical documentation-site for installation instructions and documentation.

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago