[Mono-dev] PR #1365: [asp.net] Implement the EventHandlerTaskAsyncHelper and HttpTaskAsyncHandler classes

Miguel de Icaza miguel at xamarin.com
Sun Oct 26 13:46:05 UTC 2014


Hello,

The asynchronous pipeline was discussed in various blogs/interviews.   Some
switch enables apparently an entirely different flow inside asp.net.  The
surface changes were minimal, which is why you won't likely find an API.

On Sunday, October 26, 2014, Kornel Pal <kornelpal at gmail.com> wrote:

> 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
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20141026/fcb6874d/attachment-0001.html>


More information about the Mono-devel-list mailing list