Make asyncio eager task factory default

The docs currently recommend setting the task factory. How would such a super-simple way interact with other task factories?

(I’ve never used custom task types so I have no idea what the consequences would be. All I know is, that one-liner from the docs does indeed make Python behave the same way other languages do.)