No, in this case fib(1) is resolved instantly, thus it's caller is resolved instantly, thus...
On Mon, 10 Dec 2018 at 9:28 PM, Pradip Caulagi <caul...@gmail.com> wrote: > I was wondering if every use of 'await' should return the control to > event loop? So in this example - > https://gist.github.com/caulagi/3edea8cf734495f2592528a48f99e1d2 - I > was hoping I would see 'A', 'B' to be mixed, but I see only 'A' > followed by 'B'. What am I missing? I am using Python 3.7.1. > > How is my example different from > https://docs.python.org/3.7/library/asyncio-task.html#asyncio.run? > > Thanks. > _______________________________________________ > Async-sig mailing list > Async-sig@python.org > https://mail.python.org/mailman/listinfo/async-sig > Code of Conduct: https://www.python.org/psf/codeofconduct/ >
_______________________________________________ Async-sig mailing list Async-sig@python.org https://mail.python.org/mailman/listinfo/async-sig Code of Conduct: https://www.python.org/psf/codeofconduct/