Closed jepler closed 1 year ago
Now you can just await _never() rather than a two-line sequence.
await _never()
This is the refactor I mentioned in https://github.com/adafruit/Adafruit_CircuitPython_asyncio/pull/33#issuecomment-1299489739
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