mvar
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

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.

Package Sidebar

Install

npm i mvar

Weekly Downloads

1

Version

3.0.3

License

Unlicense

Unpacked Size

85.8 kB

Total Files

16

Last publish

Collaborators

  • raouls