Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 497 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 497 Bytes

NetEvolve.Extensions.Tasks

This library provides a set of extension methods for the System.Threading.Tasks namespace. It is a part of the Daily DevOps & .NET - NetEvolve project, which aims to provide a set of useful libraries for .NET developers.

Methods

Task.WithTimeout(int, CancellationToken)

Task<T>.WithTimeout(int, CancellationToken)

ValueTask.WithTimeout(int, CancellationToken)

ValueTask<T>.WithTimeout(int, CancellationToken)