Browse thread
The best way to circumvent the lack of Thread.kill ?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Teller <David.Teller@e...> |
| Subject: | Re: [Caml-list] The best way to circumvent the lack of Thread.kill ? |
I would have figured that the best way to properly kill a thread would be to have some form of channel (i.e. Events.t)-based communication between threads -- and then killing the channel. Trouble is that, as I've just realized, there is no such facility as killing/sending an exception through a channel. Does anyone know why ? Cheers, David On Wed, 2005-11-02 at 10:52 +0100, Julien Narboux wrote: > Hi, > > I just encountered the Thread.kill "not implemented" exception.