1 unstable release
0.1.1 | Jul 13, 2023 |
---|
#20 in #empty
7KB
146 lines
A Rust port of Haskell's MVar
lib.rs
:
Rust port of Haskell's MVar
.
An Mvar<T>
is mutable location that is either empty or contais a value of type T
.
Dependencies
~0–25MB
~321K SLoC