onlyne-client 1.4.1

Onlyne v1 client: role runtime, dispatch, intent, adapter socket
Documentation
1
2
3
4
5
6
7
8
9
10
//! Session hosting layer: the slot table, adapter transport binding, delivery,
//! settlement, and supervision clocks for one session.

pub mod accept;
pub mod adapter_socket;
pub mod claim;
pub mod dispatch;
pub mod handoff;
pub mod slice;
pub mod stall;