summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Threading/Tasks/TaskExtensions.cs
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Remove stale Task async extension methods from TaskExtensions (#24958)Santiago Fernandez Madero1-30/+0
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub1-1/+0
2019-05-01Move the new ConfigureAwait/WithCancellation extension methods to a new type ...Stephen Toub1-0/+5
2019-04-03Nullable: System.Threading.Tasks (#23691)Stephen Toub1-0/+1
2019-01-23Implement IAsyncDisposable.ConfigureAwait (#22160)Stephen Toub1-0/+7
2019-01-10Add WithCancellation for async enumerables (#21939)Stephen Toub1-2/+11
2018-12-04Fix lots of malformed XML commentsStephen Toub1-3/+3
2018-10-25Add ConfigureAwait extension method for IAsyncEnumerableStephen Toub1-0/+12
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1-0/+48