Module sync

Source
Expand description

Useful synchronization primitives.

Structsยง

H1Arc
HKT std::sync::Arc<T> with a type slot.
H1Weak
HKT std::sync::Weak<T> with a type slot.