Hi,

How do you run these 2 coroutines?

Fantix code should work.

But you also should be able to schedule directly the 2 coroutines:

loop.create_task(sleepy)
loop.create_task(test)

By the way, did you see the following example?

https://docs.python.org/dev/library/asyncio-task.html#example-parallel-execution-of-tasks

Victor

Reply via email to