aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Cancel
Commit message (Collapse)AuthorAgeFilesLines
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 1.11Philip M. Gollucci2010-08-222-6/+5
| | | | | | | | | | | | - Use CPAN macro PR: ports/147380 Submitted by: pgollucci (myself) Reviewed by: az Approved by: Ruben van Staveren <ruben@verweg.com> (maintainer) Notes: svn path=/head/; revision=259760
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-7/+1
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* This module adds cancellation capabilities for threads. CancelledWesley Shields2009-01-124-0/+58
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> Notes: svn path=/head/; revision=225869