cvs commit: ports/devel/p5-Thread-Cancel Makefile distinfo
pkg-descr pkg-plist
Wesley Shields
wxs at FreeBSD.org
Mon Jan 12 11:52:07 PST 2009
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 at 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)
More information about the cvs-ports
mailing list