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 LargeBotQueue
impl Send for LargeBotQueue
impl Sync for LargeBotQueue
impl Unpin for LargeBotQueue
impl !UnwindSafe for LargeBotQueue
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more