The proposal is to add a default event loop that is always active.

On Sat, Feb 6, 2021 at 06:41 <redradist@gmail.com> wrote:
I mean to be able to do something like this:
```python
import asyncio

await asyncio.sleep(1);
```


--
--Guido (mobile)