timcassell / ProtoPromise

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

SynchronizationContext cleanup #397

Closed timcassell closed 7 months ago

timcassell commented 7 months ago

We only read the thread static synchronization context now instead of writing it twice on every post.