[][src]Module exonum::runtime::oneshot

A channel for sending a deployment status between threads.

Structs

Receiver

The receiving half of channel type.

Sender

The sending-half of channel type. This half can only be owned by one thread, but it can be cloned to send to other threads.

Functions

channel

Create a new one-shot channel for sending deployment status, returning the sender/receiver halves.