kithara-platform 0.0.1-alpha5

Cross-platform primitives (sync, time, thread) for native and wasm32.
Documentation
1
2
3
4
5
6
/// `try_lock()` failed because the mutex is already held.
#[derive(Debug, Clone, Copy, derive_more::Display, PartialEq, Eq)]
#[display("mutex is already locked")]
#[derive(derive_more::Error)]
#[error(ignore)]
pub struct NotAvailable;