Files
2025-09-07 23:11:36 +02:00

700 B

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.