mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
task start 1
|
|
task start 2
|
|
gather_task start
|
|
RuntimeError("can't wait",)
|
|
task end 1
|
|
task end 2
|
|
gather_task end
|
|
====
|
|
task start 1
|
|
task start 2
|
|
gather_task start
|
|
RuntimeError("can't gather",)
|
|
task end 1
|
|
task end 2
|