Interface Task.Subscription<T>

Type Parameters:
T - the type of result received by the Task.Subscriber
Enclosing interface:
Task<T>

public static interface Task.Subscription<T>
Represents a subscription a Task.Subscriber has made to a Task.Coordinator, allowing control and termination of the Task.Subscription.