Type Definition comm::client::TaskSender
[−]
[src]
type TaskSender = Sender<Task>;
A sender for issuing commands to the Client
. Once a client is run
, it is consumed and
methods cannot be called on it. A TaskSender
as the asynchronous interface for controlling a
running Client
.