3.0.3 • Published 4 years ago

mvar v3.0.3

Weekly downloads
7
License
Unlicense
Repository
github
Last release
4 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

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago