micropython-samples/uasyncio_iostream/uasyncio
Kevin Köck 2ec2cee240
Update event.py
Increase CPython compatibility by using a boolean value for the state.
Compatibility also achieveable by only changing is_set() to "return self.state==1" so it returns a boolean.  self.state should never be accessed directly from the outside so could stay an integer.
2019-12-28 16:54:50 +01:00
..
__init__.py
barrier.py
condition.py
event.py Update event.py 2019-12-28 16:54:50 +01:00
lock.py
queue.py
semaphore.py