Skip to content

RaoulSchaffranek/MVar

Repository files navigation

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.

About

MVar data type for predictable low-level concurrency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published