Hi,
I'm trying to use a ConditionVariable to control the execution sequence of two threads. I can create a ConditionVariable in one thread and block on it. But I would like to be able to access it from a service and unblock it there. Any ideas of how to make that variable visible in the service?
Thanks in advance.
Tom

