uasyncio: implement as package, add primitives.

pull/12/head
Peter Hinch 2019-11-20 11:20:33 +00:00
rodzic 9a697a8591
commit 7c05be28e3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -26,8 +26,8 @@ These have been adapted to work efficiently with the new version.
# Other primitives
1. Message: Awaitable `Event` subclass with a data payload.
2. Barrier: Multiple tasks wait until all reach a Barrier instance. Or some tasks
1. `Message`: Awaitable `Event` subclass with a data payload.
2. `Barrier`: Multiple tasks wait until all reach a Barrier instance. Or some tasks
wait until others have triggered the Barrier instance.
# Test scripts