Sends a value over the channel. This never blocks and will send the value immediately. It is undefined behavior to call this more than once. The only possible failure case is if the channel is closed by receiver.
Class Sender<T>
#include <oneshot.hpp>template<typename T>classSender{ ... }
No description provided
Examples0
Public static methods0
Public member functions3
arc::oneshot::Sender&operator=()
No description provided
arc::oneshot::Sender&operator=()
No description provided