0
comment
comment
on 4/22/2012 2:23 AM
In the last post I discussed an asynchronous version of the ManualResetEvent and as promised this time we will be looking at an
asynchronous version of the AutoResetEvent. I’m using Stephen Toubs post
as reference and we will be building a version that is functional in style that maps straight into asynchronous work flows without and conversion
or adaptors.
What is an AutoResetEvent?
An AutoResetEvent can be described as a turnstile mechanism, it lets a single waiting person through before re-latching
[...]