python3-signaller

Signals and slots with asyncio support (Python3 version)
  https://github.com/xmikos/signaller
  0
  no reviews



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.