PythonExtra/tests/extmod/uasyncio_cancel_fair2.py.exp

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

9 lines
77 B
Plaintext
Raw Normal View History

sleep a
sleep b 0
sleep b 1
sleep b 2
cancelled a
done b 0
done b 1
done b 2