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

6 lines
112 B
Plaintext

wait value: 1
return from send: message from wait(1)
wait got back: message from main
x = 100
got StopIteration