oxilean-runtime 0.1.2

OxiLean runtime - Memory management, closures, I/O, and task scheduling
Documentation
1
2
3
4
5
6
7
// actor_model/mod.rs — Actor-based concurrency model

pub mod functions;
pub mod types;

pub use functions::*;
pub use types::*;