Allow throwTo() to be called without a source thread
authorSimon Marlow <marlowsd@gmail.com>
Fri, 18 Dec 2009 16:32:00 +0000 (16:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 18 Dec 2009 16:32:00 +0000 (16:32 +0000)
commit53bf23e5b0ad68264604c9c9da63d15de16da223
tree35112f4e4bd167faea6b54d90bfb325cdfba5a77
parent5308c0423b613e0d6a22996e2052731f0a371475
Allow throwTo() to be called without a source thread
Returns false if the exception could not be thrown becuase the tartget
thread was running.  Not used yet, but might come in handy later.
rts/RaiseAsync.c