stakker 0.2.15

A lightweight low-level single-threaded actor runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[macro_use]
mod test;

mod actor;
mod core;
mod extra;
mod log;
mod macros;
mod memsizes;
mod queue_corpus;
mod share;
mod share2;
mod task;
mod thread;
mod timers_corpus;
mod waker;

pub(crate) mod macro_coverage;