Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 199 Bytes

TaskCompletionSourceExtensions.md

File metadata and controls

5 lines (3 loc) · 199 Bytes

Overview

TaskCompletionSourceExtensions provides extension methods for the TaskCompletionSource<T> type.

To forward the result of one Task to another, call TryCompleteFromCompletedTask.