Re: VC++ sample for fast notification interface? (General questions)
Thanks for a very fast reply!
OK... as an alternative solution I tried just pumping some messages in the worker thread while waiting for the async send to complete, and this seemed to work OK. I'll test this approach for a bit and see if there are any drawbacks...