Type Definition comm::client::Events
[−]
[src]
type Events = Receiver<Event>;
A receiver for receiving events from a running Client. Similar in purpose to TaskSender. A
running Client is consumed and cannot be queried via method calls. You must instead subscribe
to events it emits