#haskell #port #empty

mvar

A Rust port of Haskell's MVar

1 unstable release

0.1.1 Jul 13, 2023

#20 in #empty

MIT/Apache

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