PythonExtra/tests/basics/async_await2.py.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
112 B
Plaintext
Raw Normal View History

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