Aggregates multiple links (TCP or similar) into one connection having their combined bandwidth and provides resiliency against failure of individual links.
//! Async executive for futures.
//!//! On native platforms this uses Tokio.
//! On JavaScript this executes Futures as Promises.
#[cfg(not(feature ="js"))]modnative;#[cfg(not(feature ="js"))]pubusenative::*;#[cfg(feature ="js")]modjs;#[cfg(feature ="js")]pubusejs::*;pubusetask::spawn;