T
Thomas
Hallo
Im using a ManualResetEvent to signal to my thread, when things are done.
But sometimes, I have measured that it can tak up to 90 ms, from the Set()
until the WaitOne() is trigged!!!
Way this delay? Anything else I can use to signal a thread faster?
Thomas
Im using a ManualResetEvent to signal to my thread, when things are done.
But sometimes, I have measured that it can tak up to 90 ms, from the Set()
until the WaitOne() is trigged!!!
Way this delay? Anything else I can use to signal a thread faster?
Thomas