
Signals and slots implementation with asyncio support. Slots can be functions, methods or coroutines. Weak references are used by default. If a slot is a coroutine, it will be scheduled to run asynchronously with asyncio.async().
This package contains the Python 3 version of the library.