Struct twilight_gateway_queue::NoOpQueue
source · pub struct NoOpQueue;Expand description
An implementation of Queue that instantly allows requests.
Useful when running behind a proxy gateway. Running without a functional queue will get you ratelimited.