freebsd-ports/devel/p5-Thread-Cancel/pkg-plist
Wesley Shields 8489fe22d3 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>
2009-01-12 19:52:07 +00:00

7 lines
283 B
Text

@comment $FreeBSD$
%%SITE_PERL%%/Thread/Cancel.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Cancel/.packlist
@dirrmtry %%SITE_PERL%%/Thread/Cancel
@dirrmtry %%SITE_PERL%%/Thread
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Cancel
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread