We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c612d commit dd06f68Copy full SHA for dd06f68
effect/_intents.py
@@ -30,8 +30,8 @@ class ParallelEffects(object):
30
An effect intent that asks for a number of effects to be run in parallel,
31
and for their results to be gathered up into a sequence.
32
33
- :func:`effect.async.perform_parallel_async` can perform this Intent assuming
34
- all child effects have asynchronous performers.
+ :func:`effect.async.perform_parallel_async` can perform this Intent
+ assuming all child effects have asynchronous performers.
35
:func:`effect.threads.perform_parallel_with_pool` can perform blocking
36
performers in a thread pool.
37
0 commit comments