kcode-telegram-update-dispatch 0.1.0

Keyed, bounded, panic-isolated Telegram update dispatch
Documentation
1
2
3
4
5
6
7
8
9
# kcode-telegram-update-dispatch

A focused Telegram update dispatcher with bounded, keyed FIFO scheduling.

The crate derives a principal key for each `teloxide::types::Update`, preserves FIFO ordering within each key, permits independent keys to progress concurrently, and isolates processor errors and panics. Queues, active workers, and global processor concurrency are bounded.

See [Documentation.md](Documentation.md) for the behavior contract and API details.

Licensed under MIT.