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 ca5bedb commit 971f284Copy full SHA for 971f284
Sources/Concurrency/Executor/SequenceExecutor.swift
@@ -28,6 +28,9 @@ public enum SequenceExecutionError: Error {
28
// type. Protocols with associatedType cannot be directly used as types.
29
open class SequenceExecutionHandle<SequenceResultType> {
30
31
+ /// Initializer.
32
+ public init() {}
33
+
34
/// Block the caller thread until the sequence of tasks all finished
35
/// execution or the specified timeout period has elapsed.
36
///
0 commit comments