Expand description
Event listeners
Modules§
- ratelimit
time
- A rate limit implementation to enforce a specific rate.
Structs§
- Event
Sender - A bounded multi-producer, multi-consumer broadcast channel.
- Event
Stream - Thin wrapper around tokio’s
BroadcastStream
to allow skipping broadcast errors.