[go: up one dir, main page]

Module mpsc

Source
Expand description

A stub for std::sync::mpsc.

Structs§

Receiver
Mock implementation of std::sync::mpsc::Receiver.
Sender
Mock implementation of std::sync::mpsc::Sender.

Functions§

channel
Mock implementation of std::sync::mpsc::channel.