async_message_dispatcher 0.1.2

A library to make dispatching messages to asynchronous handlers easier.
Documentation
1
2
3
# Usage

Create a `Dispatcher`, `.notify()` it about new messages, and use the returned `Consumer` in message handlers.