[][src]Module generic_std::sync

Useful synchronization primitives.

Structs

H1Arc

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

H1Weak

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