wasm_sync 0.1.2

Synchronization primitives for both web and native.
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(deprecated)]

pub use std::sync::{
    Condvar,
    Mutex,
    RwLock,
    Once,
    OnceLock,
    ONCE_INIT
};