| Crates.io | maniac-runtime |
| lib.rs | maniac-runtime |
| version | 0.1.0 |
| created_at | 2025-11-20 01:49:11.231757+00 |
| updated_at | 2025-11-20 01:49:11.231757+00 |
| description | High-performance async runtime with M:N threading and stackful coroutines |
| homepage | |
| repository | https://github.com/bisque-io/bop |
| max_upload_size | |
| id | 1941038 |
| size | 2,028,782 |
High-performance async runtime with M:N threading and stackful coroutines.
use maniac_runtime::Runtime;
fn main() {
let runtime = Runtime::new();
runtime.block_on(async {
// Your async code here
});
}
Licensed under either of:
at your option.