Wykres commitów

7 Commity (61d312be15db65d33624702571dec49c7c9f82e9)

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 bb534a7eb8 lock.py: fix bug with _awt 2019-12-02 18:22:14 +00:00
Peter Hinch 7bc6f92dd7 uasyncio Revert name of task queue instance. 2019-12-02 16:35:03 +00:00
Peter Hinch 6853171823 uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00
Peter Hinch 7b021ad645 Simplify queue.py, prim_test.py tests queue cancellation. 2019-12-02 08:22:52 +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