Hi all, Hi Marc,
I have a question regarding thread-interrupt!. Does the thunk used as the interrupt body executed in the interrupted thread, or in the interrupting thread?
I think that it is ran in the interrupting thread because I ran into concurrency problems that were (I believe) due to fact that the interrupted thread seemed to take back the control while the interrupt body was not finished... is it possible? o_O
Thanks!
-- David