0
comment
comment
on 4/11/2012 11:55 PM
In this post we are going back to the primitive. No it’s not about the same named song by Soulfly, (which incidentally does contains F# notes) but a return
to thread synchronisation primitives and their asynchronous counterparts.
We are going to be looking at an asynchronous version of the ManualResetEvent. This was
recently covered by Stephen Toub on the pfx team blog. We will be taking a slightly different view on
this as we will be using asynchronous workflows which will give us nice idiomatic usage[...]