Monthly Archives: September 2006

Wait for async completion using two locks instead of an event.

  Sometimes you need to wait (or block) for an async method to complete.  This could bebecause your creating a sync method wrapper for your async method or for other reasons.Sometimes you just want a blocking method to make is … Continue reading

Posted in Uncategorized | 10 Comments