MultiProcessing and Async
Concepts
- Concurrent Execution in Python 3
 - Thread Synchronization Mechanisms in Python by Fredrik Lundh (effbot)
 - Concurrent Futures - Launching parallel tasks.
 - Concurrent.futures vs Multiprocessing in Python 3 - StackOverflow.
 
Async
- Libraries
    
- aiohttp
 - aiopg
 - aiomysql
 - uvloop, another implementation of the event loop.
 
 
loop.run_in_executor