Files
TencentOS-tiny/components/language/micropython/tests/extmod/uasyncio_gather_notimpl.py.exp
2022-09-29 12:10:37 +08:00

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