Wykres commitów

4 Commity (5c2ace06f891c4acb67b2f9060db92c919ded03a)

Autor SHA1 Wiadomość Data
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
Peter Hinch 6853171823 uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00
Peter Hinch a396d39c03 Address CPython compatibility. 2019-11-21 11:29:16 +00:00
Peter Hinch 9a697a8591 uasyncio: implement as package, add primitives. 2019-11-20 11:18:38 +00:00