Type Alias jupiter::commands::Queue

source ·
pub type Queue = Sender<Call>;
Expand description

Represents a queue which can be stored in a CommandDictionary in order to receive Calls to be handled.

A queue can be created using the queue() function.

Aliased Type§

struct Queue { /* private fields */ }