async_message_dispatcher 0.1.2

A library to make dispatching messages to asynchronous handlers easier.
Documentation

Usage

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