On Sat, Jun 13, 2020 at 7:02 AM J. Pic <[email protected]> wrote: > > Hi all, > > Just wonder what it would look like if coroutines where awaited by default, > you would only have to use "noawait" when you do *not* want to await a > coroutine ? >
import threading :) ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/BPF6HIR7BLBAGGXPCL6PC2RNJLWTZJWM/ Code of Conduct: http://python.org/psf/codeofconduct/
