On Fri, 2003-02-28 at 11:53, Yury Serdyuk wrote: > Hi ! > > We see in the "List of not-implemented classes" that > the Interrupt - method didn't realized yet. > In particular, the following program doesn't work properly : > > But this function is very important for multithreading applications. > So, tell us about the current status of this problem,
Thread.Interrupt() has not been implemented, and it is way down on my todo list. > or is there a walk-around of it ? Use events to signal state changes between threads? - Dick _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
