karyon_core 1.0.0

Runtime-agnostic async utilities (smol/tokio) for the karyon crates: executors, task groups, queues, timeouts, and optional Ed25519 crypto.
Documentation
1
2
3
4
5
#[cfg(feature = "smol")]
pub use smol::lock::{Mutex, MutexGuard, OnceCell, RwLock};

#[cfg(feature = "tokio")]
pub use tokio::sync::{Mutex, MutexGuard, OnceCell, RwLock};