async support
Adds support for async
handlers. Does drop support for non-async
handlers in the meantime. Users will be able to interleave their own streams into the event loop to handle things such as #7 (closed).
Fixes: #1 (closed)
Edited by Ben Boeckel