Module dispatch_impl

Source
Expand description

A collection of types and aliases useful for importing the correct types

Re-exports§

pub use super::tokio_spawn as spawn_fn;

Structs§

Settings
The settings necessary for creating a new channel server
Stopper
A basic cancellation-token

Functions§

new_server
Create a new server using the Settings and Dispatch implementation
new_server_stoppable
Create a new server using the Settings and Dispatch implementation

Type Aliases§

WireRxBuf
Type alias for the receive buffer
WireRxImpl
Type alias for WireRx impl
WireSpawnImpl
Type alias for WireSpawn impl
WireTxImpl
Type alias for WireTx impl