Skip to content

Commit 971f284

Browse files
committed
Add init
1 parent ca5bedb commit 971f284

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Concurrency/Executor/SequenceExecutor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ public enum SequenceExecutionError: Error {
2828
// type. Protocols with associatedType cannot be directly used as types.
2929
open class SequenceExecutionHandle<SequenceResultType> {
3030

31+
/// Initializer.
32+
public init() {}
33+
3134
/// Block the caller thread until the sequence of tasks all finished
3235
/// execution or the specified timeout period has elapsed.
3336
///

0 commit comments

Comments
 (0)