kithara-platform 0.0.1-alpha4

Cross-platform primitives (sync, time, thread) for native and wasm32.
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod cancel;
pub(crate) mod error;
pub mod flash_inert;
pub(crate) mod gate;
pub(crate) mod maybe_send;
pub(crate) mod thread_id;
pub(crate) mod time;
pub mod traits;