Skip to content

dailydevops/extensions.tasks

Repository files navigation

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)