K 10 svn:author V 3 wxs K 8 svn:date V 27 2009-01-12T19:52:07.000000Z K 7 svn:log V 397 This module adds cancellation capabilities for threads. Cancelled threads are terminated using threads->exit(). The thread is then detached, and hence automatically cleaned up. Threads that are suspended using Thread::Suspend do not need to be resumed in order to be cancelled. It is possible for a thread to cancel itself. PR: ports/110475 Submitted by: Ruben van Staveren END