Skip to content

Repository files navigation

BitSoft.AsyncTools

build

Yet another one threading tools library for .NET.

WaitAsync for WaitHandler

You can use async await for WaitHandler. For example:

using var handler = new AutoResetEvent(initialState: false);
...
await handler.WaitAsync(cancellationToken: cts.Token);

AwaitAsync() is awaiable for ManualResetEvent, AutoResetEvent etc.

About

Yet another one threading tools library for .NET

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages