kithara-platform 0.0.1-alpha5

Cross-platform primitives (sync, time, thread) for native and wasm32.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[path = "../../system/support/logging.rs"]
pub mod logging;
#[path = "../../system/support/maybe_send.rs"]
pub mod maybe_send;
mod model;
pub(crate) mod thread;
#[path = "../flash/time.rs"]
pub(crate) mod time;
#[path = "../flash/tokio.rs"]
pub(crate) mod tokio;

pub(crate) use ::loom::thread_local;
pub use model::model;

pub(crate) use crate::loom::sync;