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
#[path = "../system/support/model.rs"]
mod model;
#[path = "../system/sync/mod.rs"]
pub mod sync;
#[path = "../system/thread.rs"]
pub mod thread;

pub use model::model;

pub use crate::system::{logging, maybe_send, time, tokio};