The example code in README can not work with Python3.9 anymore
/example.py:6: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
......
with (yield from self._lock_all):
TypeError: 'Lock' object is not iterable