./devel/p5-Coro, Perl module for threads

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 6.57nb2, Package name: p5-Coro-6.57nb2, Maintainer: pkgsrc-users

This module collection manages continuations in general, most often
in the form of cooperative threads (also called coros, or simply
"coro" in the documentation). They are similar to kernel threads
but don't (in general) run in parallel at the same time even on SMP
machines. 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.


Master sites: (Expand)

SHA1: 1ff1c7aee5cd1c31fbc50c38ab86d0ab0930417d
RMD160: 2959ba3cf6938a6094af43ae4e8b05779602feec
Filesize: 193.484 KB

Version history: (Expand)