I have a multiprocessing.pool.Pool that is managed by a discord bot. Since discord.py is async, i use pool.starmap_async(), pool.apply_async()
multiprocessing.pool.Pool
pool.starmap_async()
pool.apply_async()