[][src]Module mogwai::txrx

Structs

Receiver
Transmitter

Functions

hand_clone

Clone a receiver. Be careful with this function. Because of magic, calling responder on a clone of a receiver sets the responder for both of those receivers. For most cases if you need a new receiver that receives from the same transmitter you can use branch.

recv
trns
txrx
txrx_filter_fold
txrx_filter_map
txrx_fold
txrx_fold_shared
txrx_map
wrap_future

Type Definitions

RecvFuture