How to use the pyee._asyncio.AsyncIOEventEmitter function in pyee

To help you get started, we’ve selected a few pyee examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jfhbrook / pyee / pyee / _asyncio.py View on Github external
def __init__(self, loop=None):
        super(AsyncIOEventEmitter, self).__init__()
        self._loop = loop