TaskCompletionPipe public static class TaskCompletionPipe Provides various extension methods for TaskCompletionPipe<T> class. Documentation Code public struct Consumer<T> : IAsyncEnumerable<T> Represents asynchronous consumer for the pipe. public static Consumer<T> GetConsumer<T>(this TaskCompletionPipe<Task<T>> pipe) Gets asynchronous consumer.