kcode-telegram-update-dispatch 0.1.0

Keyed, bounded, panic-isolated Telegram update dispatch
Documentation
1
2
3
4
5
6
7
# Changelog

## 0.1.0 - 2026-08-02

- Extract bounded keyed Telegram update dispatch into a focused library.
- Preserve per-key FIFO ordering, independent cross-key progress, queue and worker bounds, global concurrency control, worker cleanup, and processor error and panic isolation.
- Expose the cloneable `UpdateDispatcher` constructor and `enqueue` API.