Path to this page:
./
devel/p5-Coro,
Perl module for threads
Branch: CURRENT,
Version: 6.57nb5,
Package name: p5-Coro-6.57nb5,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
lang/perl5] [
devel/p5-AnyEvent] [
devel/p5-common-sense] [
devel/p5-EV] [
devel/p5-Canary-Stability]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 193.484 KB
Version history: (Expand)
- (2023-07-06) Updated to version: p5-Coro-6.57nb5
- (2022-06-28) Updated to version: p5-Coro-6.57nb4
- (2021-05-25) Updated to version: p5-Coro-6.57nb3
- (2020-09-22) Updated to version: p5-Coro-6.57nb2
- (2020-09-07) Updated to version: p5-Coro-6.57nb1
- (2020-09-03) Updated to version: p5-Coro-6.57
CVS history: (Expand)