Module wasm

Module wasm 

Source

Re-exports§

pub use tokio::*;

Modules§

tokio

Traits§

MaybeSend
Marker trait to determine whether a type implements Send or not.
MaybeSendFuture
MaybeSync
Marker trait to determine whether a type implements Sync or not.

Type Aliases§

BoxDynError
BoxDynFuture
An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.
BoxDynStream
An owned dynamically typed [Stream] for use in cases where you can’t statically type your result or need to add some indirection.