pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Coro



Module Name:    pkgsrc
Committed By:   seb
Date:           Mon Apr 19 22:11:50 UTC 2010

Update of /cvsroot/pkgsrc/devel/p5-Coro
In directory ivanova.netbsd.org:/tmp/cvs-serv1867

Log Message:
Initial import of p5-Coro version 5.22 in the NetBSD Packages
Collection.

The Perl 5 module collection Coro manages continuations in general,
most often in the form of cooperative threads.The specific flavor
of thread offered by this module also guarantees you that it will
not switch between threads unless necessary, at easily-identified
points in your program, so locking and parallel access are rarely
an issue, making thread programming much safer and easier than using
other thread models.

Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-Coro/DESCR
N pkgsrc/devel/p5-Coro/Makefile
N pkgsrc/devel/p5-Coro/distinfo
N pkgsrc/devel/p5-Coro/patches/patch-aa

No conflicts created by this import



Home | Main Index | Thread Index | Old Index