Page 2 of 2

Re: Using IDOS->NotifyVar() in library?

Posted: Sun Aug 11, 2013 12:50 am
by gazelle
colinw wrote:It is not REALLY safe per-se, ...
Your first idea is much better, just create a small dedicated async process that sits in Wait() until the library has the expunge vector called, then signal it to exit, (and do actually make sure it exits in a robust way), expunge and return.
That's what I feared. Ok, I'll reintegrate the async process code. Thanks for your help.