Gevent Pool/Group Alike in Python3 Asyncio
Python3 Asyncio implements an event loop, but in quite low level, it's missing some basic helpers that can make your life a lot easier.
The Pool and Group are typical missing ones. Compare these codes below
Simple Loop
- without group