[go: up one dir, main page]

[][src]Module loom::sync::mpsc

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.