--- cvsroot/schmorpforge/genpage 2015/06/27 17:00:00 1.123 +++ cvsroot/schmorpforge/genpage 2015/07/27 14:40:45 1.124 @@ -870,6 +870,15 @@ multiple Coro-based threads to make database accesses concurrently, instead of blocking the whole process. +Coro-Multicore cpan cvs-co(Changes) cvs-pod(Multicore.pm,) cvs-pod(perlmulticore.h) list(anyevent) irc(anyevent) + Runs XS functions transparently in their own XS level thread, + running other Coro threads in parallel. + + This perl module allows XS functions that have been properly prepared + (see the Perl Multicore + Specification) to run in parallel to other Coro threads, in their own + OS level thread. + Crypt-Ed25519 cpan cvs-pod(Ed25519.pm,) cvs-co(Changes) A Perl module implementing Ed25519 public key signing and verification.