timcassell / ProtoPromise

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

Add more efficient `Promise.SwitchToContextAwait` functions #217

Closed timcassell closed 1 year ago

timcassell commented 1 year ago

Added SwitchToForegroundAwait, SwitchToBackgroundAwait, and SwitchToContextAwait. These avoid the overhead of Promise, and just post the continuations directly to the context.

timcassell commented 1 year ago

Test failure is unrelated.