5 Jan
2005
5 Jan
'05
8:14 p.m.
On Jan 5, 2005, at 12:39 PM, Frank Maddin wrote:
Just to make sure I understand, this is only a problem if you are using the *same* signal from two threads concurrently. This is what I've thought, but the phrase *If you're using a signal* makes me want to check. Not trying to nit-pick, just trying to make sure there isn't some situation I don't understand.
You can use two different signals from different threads concurrently, so long as do not call each other. Doug