Date: Mon, 12 Jan 2009 19:52:07 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Thread-Cancel Makefile distinfo pkg-descr pkg-plist Message-ID: <200901121952.n0CJq7ZR069364@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wxs 2009-01-12 19:52:07 UTC FreeBSD ports repository Added files: devel/p5-Thread-Cancel Makefile distinfo pkg-descr pkg-plist Log: 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 <ruben@verweg.com> Revision Changes Path 1.1 +37 -0 ports/devel/p5-Thread-Cancel/Makefile (new) 1.1 +3 -0 ports/devel/p5-Thread-Cancel/distinfo (new) 1.1 +11 -0 ports/devel/p5-Thread-Cancel/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Thread-Cancel/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901121952.n0CJq7ZR069364>