Skip to content

Commit 0003e74

Browse files
committed
expose parallel_all_errors
1 parent b9bec55 commit 0003e74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

effect/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
sync_perform,
1616
sync_performer)
1717
from ._intents import (
18-
Delay, ParallelEffects, parallel,
18+
Delay, ParallelEffects, parallel, parallel_all_errors,
1919
Constant, Error, FirstError, Func,
2020
base_dispatcher)
2121
from ._dispatcher import ComposedDispatcher, TypeDispatcher
@@ -24,7 +24,7 @@
2424
__all__ = [
2525
"Effect", "perform", "NoPerformerFoundError",
2626
"NotSynchronousError", "sync_perform", "sync_performer",
27-
"Delay", "ParallelEffects", "parallel",
27+
"Delay", "ParallelEffects", "parallel", "parallel_all_errors",
2828
"Constant", "Error", "FirstError", "Func",
2929
"base_dispatcher",
3030
"TypeDispatcher", "ComposedDispatcher",

0 commit comments

Comments
 (0)