[Mono-list] Thread.IsAlive on mono 0.23 not working

Dick Porter dick@ximian.com
23 Mar 2003 19:44:52 +0000


On Sat, 2003-03-22 at 19:26, Pablo Baena wrote:
> I am trying to find out if a thread ended with Thread.IsAlive and it
> seems that it doesn't work as expected with mono 0.23. It seems it is
> working on CVS, at least the code is there. Does the test below work
> with it? Will somebody incorporate the new code in the next mono
> release? 

This method was implemented after the 0.23 release.  The next release
will include it.

The test prints:

thr1 rnning
thr1 rnning
thr1 is not running
thr1 is not running

- Dick