But the bigger move here is to step away from our old single-threaded SynchonizationContext, which was based on a Stephen Toub article, towards one the is based off Stephen Cleary’s excellent work with AsyncEx.

This gives us both a SynchronizationContext and a TaskScheduler.

Comments