lash-core 0.1.0-alpha.113

Sans-IO turn machine and runtime kernel for the lash agent runtime.
Documentation
1
2
3
4
disallowed-methods = [
    { path = "tokio::spawn", reason = "use lash_core::task::spawn so tasks inherit the caller's tracing context" },
    { path = "tokio::task::spawn", reason = "use lash_core::task::spawn so tasks inherit the caller's tracing context" },
]