[Mono-list] Thread.Interrupt()
Dick Porter
dick@ximian.com
28 Feb 2003 16:33:00 +0000
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