pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   seb
Date:           Mon Apr 19 22:12:33 UTC 2010

Modified Files:
        pkgsrc/doc: CHANGES-2010

Log Message:
Note initial addition of p5-Coro version 5.22 as devel/p5-Coro into
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1604 -r1.1605 pkgsrc/doc/CHANGES-2010

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index