timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
136 stars 13 forks source link

Spin lock in async synchronization primitives #406

Closed timcassell closed 3 months ago

timcassell commented 3 months ago

Resolves #281

Also added CancelationToken.TryRegisterWithoutImmediateInvoke<TCancelable> API.