This works:
object mutex = Thread.Mutex(); Thread.Condition()->wait(mutex->lock());
/ Martin Nilsson (Fake Build Master)
Previous text:
2002-10-25 02:11: Subject: pike 7.3 Thread.Condition.wait and roxen.pike
That is most odd. Could you try to minimize the differences between your version and mine to see when it stops working? Can't do it myself since my variant works for me (it's exactly that fix I've made in a couple of places in the WebServer 3.3 cvs). It must some strange compiler bug here.
/ Martin Stjernholm, Roxen IS