по башке ?
# loop = asyncio.get_event_loop()
# tasks = asyncio.gather(*[coro(el) for el in data])
# result = loop.run_until_complete(tasks)
В 3.7 же появилось asyncio.run
Обсуждают сегодня