kithara-platform 0.0.1-alpha5

Cross-platform primitives (sync, time, thread) for native and wasm32.
Documentation
mod api;
mod clock;
mod ctx;
#[cfg(not(test))]
mod mode;
#[cfg(test)]
pub(crate) mod mode;
mod report;
#[cfg(test)]
mod tests;
mod watch;

pub(crate) use api::forbid;
pub use api::{forbid_bridged, pause, permit};
pub use ctx::{Pause, Permit};
pub use mode::{PanicMode, force_panic_mode};
pub use watch::{
    PermitPoll, Watched, permit_poll, watch_blanket, watch_blanket_at, watch_budget,
    watch_cpu_budget,
};