1 unstable release

0.1.1 Jul 13, 2023

#11 in #empty

MIT/Apache

7KB
146 lines

Rust port of Haskell's MVar.

An Mvar<T> is mutable location that is either empty or contais a value of type T.


A Rust port of Haskell's MVar

Dependencies

~0–26MB
~289K SLoC