Enum serenity::client::bridge::gateway::ShardQueuerMessage [] [src]

pub enum ShardQueuerMessage {
    Start(ShardIdShardId),
    Shutdown,
}

Variants

Message to start a shard, where the 0-index element is the ID of the Shard to start and the 1-index element is the total shards in use.

Message to shutdown the shard queuer.