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 uasyncio Revert name of task queue instance. 2019-12-02 16:35:03 +00:00
barrier.py uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00
condition.py uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00
event.py Update event.py 2019-12-28 16:54:50 +01:00
lock.py lock.py: fix bug with _awt 2019-12-02 18:22:14 +00:00
queue.py uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00
semaphore.py uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00