Module test_channels

Source
Expand description

Implementation that uses channels for local testing

Modules§

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

Structs§

ChannelWireRx
A WireRx impl using tokio mpsc channels
ChannelWireSpawn
A wire spawn implementation
ChannelWireTx
A WireTx impl using tokio mpsc channels

Enums§

ChannelWireRxError
A wire rx error
ChannelWireTxError
A wire tx error

Functions§

tokio_spawn
Spawn a task using tokio