Enum serenity::client::bridge::gateway::ShardQueuerMessage
[−]
[src]
pub enum ShardQueuerMessage { Start(ShardId, ShardId), Shutdown, }
Variants
Start(ShardId, ShardId)
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.
Shutdown
Message to shutdown the shard queuer.