tunnelvisionlabs / dotnet-threading

Utility library for writing asynchronous code targeting .NET 3.5 and newer

Home Page:http://tunnelvisionlabs.github.io/dotnet-threading/docs-latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move Task Building Block methods to their own class

sharwell opened this issue · comments

Currently, the Task Building Block methods Using and While are part of the CoreTaskExtensions class. This is confusing because it combines the functionality for Extension Methods for Task Continuations and for Task Building Blocks, which are logically separate features as described in the User Guide.

The Task Building Block methods should be refactored to their own class, the name of which is yet to be determined.