aggligator 0.9.11

Aggregates multiple links (TCP or similar) into one connection having their combined bandwidth and provides resiliency against failure of individual links.
Documentation
1
2
3
4
5
6
7
//! JavaScript async executive.

pub mod runtime;
pub mod task;
pub mod time;

mod sync_wrapper;