kopia lustrzana https://github.com/peterhinch/micropython-samples
uasyncio: implement as package, add primitives.
rodzic
9a697a8591
commit
7c05be28e3
|
@ -26,8 +26,8 @@ These have been adapted to work efficiently with the new version.
|
||||||
|
|
||||||
# Other primitives
|
# Other primitives
|
||||||
|
|
||||||
1. Message: Awaitable `Event` subclass with a data payload.
|
1. `Message`: Awaitable `Event` subclass with a data payload.
|
||||||
2. Barrier: Multiple tasks wait until all reach a Barrier instance. Or some tasks
|
2. `Barrier`: Multiple tasks wait until all reach a Barrier instance. Or some tasks
|
||||||
wait until others have triggered the Barrier instance.
|
wait until others have triggered the Barrier instance.
|
||||||
|
|
||||||
# Test scripts
|
# Test scripts
|
||||||
|
|
Ładowanie…
Reference in New Issue