Type Definition dipstick::QueueSender [] [src]

type QueueSender<M> = SyncSender<QueueCommand<M>>;

Thread safe sender to the queue