aspnetcore/src/Connections.Abstractions
David Fowler 6dc55a0462
Don't preserve the ExecutionContext when dispatching callbacks (#2861)
* Don't preserve the ExecutionContext when dispatching callbacks
- The layers up stack already preserve and restore the ExecutionContext, there's no need to capture and run for the scheduler callback and cancellation token callback
2018-08-28 09:32:33 -07:00
..
Exceptions
Features General connection management (#2834) 2018-08-22 20:35:28 -07:00
ConnectionBuilder.cs
ConnectionBuilderExtensions.cs
ConnectionContext.cs Clean up some remants of the past (#2827) 2018-08-15 23:41:32 -07:00
ConnectionDelegate.cs
ConnectionHandler.cs
ConnectionItems.cs
Connections.Abstractions.csproj
DefaultConnectionContext.cs Don't preserve the ExecutionContext when dispatching callbacks (#2861) 2018-08-28 09:32:33 -07:00
IConnectionBuilder.cs
TransferFormat.cs
baseline.netcore.json