Uri Guttman wrote:
> my scheme allows the user to do that. they just create a regular thread
> and request all their signal events in that thread. but my design also
> allows different threads to handle different signals (and multiple
> threads to handle the same one).
Hmm. So how will you know
> "AB" == Alan Burlison <[EMAIL PROTECTED]> writes:
AB> Uri Guttman wrote:
>> my scheme allows the user to do that. they just create a regular thread
>> and request all their signal events in that thread. but my design also
>> allows different threads to handle different signals (and