Skip to content

Files

Latest commit

8b6a258 · Dec 29, 2018

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.