kopia lustrzana https://github.com/micropython/micropython-lib
asyncio_slow: run_until_complete() should not schedule anyhing.
Everything should be scheduled either already, or async() does this.pull/11/head
rodzic
4a3a4927c4
commit
8d1ae59f3a
|
@ -43,7 +43,6 @@ class EventLoop:
|
|||
|
||||
t = async(coro)
|
||||
t.add_done_callback(_cb)
|
||||
self.call_soon(t)
|
||||
try:
|
||||
self.run_forever()
|
||||
except DoneException:
|
||||
|
|
Ładowanie…
Reference in New Issue