Module wasm
Source pub use tokio::*;
- tokio
- 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.
- 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.