From b389bc0afaaa5a16dc11daaed056d89ea3da3b83 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 30 Mar 2020 14:58:13 +1100 Subject: extmod/uasyncio: Implement Loop.stop() to stop the event loop. --- tests/extmod/uasyncio_loop_stop.py.exp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/extmod/uasyncio_loop_stop.py.exp (limited to 'tests/extmod/uasyncio_loop_stop.py.exp') diff --git a/tests/extmod/uasyncio_loop_stop.py.exp b/tests/extmod/uasyncio_loop_stop.py.exp new file mode 100644 index 000000000..bada5f0d8 --- /dev/null +++ b/tests/extmod/uasyncio_loop_stop.py.exp @@ -0,0 +1,7 @@ +run 0 +start +sleep +run 1 +run 2 +task +end -- cgit v1.2.3