Skip to content

Yet another one threading tools library for .NET

License

Notifications You must be signed in to change notification settings

bitc0der/BitSoft.AsyncTools

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 ManualResetEvent(initialState: false);
...
await handler.WaitAsync(cancellationToken: cts.Token);

AwaitAsync() is awaiable for ManualResetEvent, AutoResetEvent etc.

Releases

No releases published

Packages

No packages published

Languages