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 5faedeb commit 30378aeCopy full SHA for 30378ae
ReactiveTask/Task.swift
@@ -301,7 +301,7 @@ public protocol TaskEventType {
301
/// Represents events that can occur during the execution of a task that is
302
/// expected to terminate with a result of type T (upon success).
303
public enum TaskEvent<T>: TaskEventType {
304
- /// The task was launched.
+ /// The task is about to be launched.
305
case Launch(Task)
306
307
/// Some data arrived from the task on `stdout`.
0 commit comments