Files
Doug Macintosh 336b0dbb7e first real commit
2026-03-08 17:05:59 -04:00

723 B
Executable File

About

Provides additional types for efficiently representing asynchronous operations.

Main Types

The main types provided by this library are:

  • System.Threading.Tasks.ValueTask
  • System.Threading.Tasks.ValueTask<TResult>

Additional Documentation

All of the types provided in this library are part of the .NET Core shared framework.

License

System.Threading.Tasks.Extensions is released as open source under the MIT license.