Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
System Threading Tasks Extensions
NuGet System.Threading.Tasks.Extensions package re-bundled for convenient consumption and dependency management.
| Last updated | 11 months ago |
| Total downloads | 499 |
| Total rating | 0 |
| Categories | Tools Libraries Misc |
| Dependency string | dotnet_lethal_company-System_Threading_Tasks_Extensions-4.6.300 |
| Dependants | 2 other packages depend on this package |
README
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
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks
- https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/
Related Packages
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.