adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
27 stars 16 forks source link

Rework how the never singleton is invoked #34

Closed jepler closed 1 year ago

jepler commented 2 years ago

Now you can just await _never() rather than a two-line sequence.

This is the refactor I mentioned in https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/33#issuecomment-1299489739