Expand description
Consistent Stream behavior between WebAssembly and Native utilizing tokio::task::spawn in native and
wasm_bindgen_futures::spawn for web.
Structs§
Enums§
Traits§
- Abort
Handle - A handle that can be moved/cloned/sent, but can only close the stream.
- Stream
Handle - A handle to a spawned Stream the spawned stream can be ’joined` by awaiting its Future implementation. All spawned tasks are detached, so waiting the handle is not required.