rust-irc/src
Raito Bezarius f05124d6db
Some checks failed
CI / rustfmt (pull_request) Failing after 23s
CI / test (pull_request) Failing after 1m0s
feat(ircv3): add simple internal batch processing
The BATCH feature is a form of a server-suggested message processing
delays.

To implement this, we can record all inflight batches, handle start/end
in handle_batch and collect all pending messages in the entrypoint of
the message handler as long as they have a correct batch id.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-10-14 11:19:43 +02:00
..
client feat(ircv3): add simple internal batch processing 2024-10-14 11:19:43 +02:00
error.rs feat(ircv3): add simple internal batch processing 2024-10-14 11:19:43 +02:00
lib.rs fix links in documentation. 2024-03-18 16:21:31 -07:00