buslane
buslane copied to clipboard
Simple message (event/command) bus.
First of all, thank you so much for this project! I'd like to suggest an additional feature: **unregistering `EventHandler`s**. Unregistering would work as follows: ```py from buslane import Event, EventBus,...
Bumps [py](https://github.com/pytest-dev/py) from 1.6.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Hey there, awesome project - loving it so far. I have a bunch of projects where I use asyncio and I was wondering if that's going to come to the...