Struct twilight_gateway_queue::LargeBotQueue [−][src]
pub struct LargeBotQueue { /* fields omitted */ }Expand description
Queue built for single-process clusters that require identifying via Sharding for Very Large Bots.
Usage with other processes will cause inconsistencies between each process cluster’s ratelimit buckets. If you use multiple processes for clusters, then refer to the module-level documentation.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LargeBotQueueimpl Send for LargeBotQueueimpl Sync for LargeBotQueueimpl Unpin for LargeBotQueueimpl !UnwindSafe for LargeBotQueue