3.2.4. effect.parallel_async module

Generic asynchronous performers.

effect.parallel_async.perform_parallel_async(dispatcher, intent, box)

A performer for ParallelEffects which works if all child Effects are already asynchronous. Use this for things like Twisted, asyncio, etc.

WARNING: If this is used when child Effects have blocking performers, it will run them in serial, not parallel.