[Mono-dev] PR #1365: [asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsyncHandler classes
Kornel Pal
kornelpal at gmail.com
Sun Oct 26 13:33:16 UTC 2014
Hi,
Inspired by the ASP.NET 4.5 Async Pipeline email thread started by
Martin Thwaites, I realized that there actually is no new async pipeline
in ASP.NET 4.5, it merely provides wrappers around tasks to ease
interfacing with the old async pipeline.
I've looked around a bit, but found no suitable implementation for the
wrapper, so I've created several unit tests to figure out the MS.NET
behavior. At the end I came up with TaskAsyncResult, a general purpose
TAP to APM wrapper.
Please review my pull request: https://github.com/mono/mono/pull/1365
Thank you.
Kornel
More information about the Mono-devel-list
mailing list