libproc-fastspawn-perl binary package in Ubuntu Focal riscv64

 The purpose of this small (in scope and footprint) module is simple: spawn a
 subprocess asynchronously as efficiently and/or fast as possible. Basically
 the same as calling fork+exec (on POSIX), but hopefully faster than those two
 syscalls.
 .
 Apart from fork overhead, this module also allows you to fork+exec programs
 when otherwise you couldn't - for example, when you use POSIX threads in your
 perl process then it generally isn't safe to call fork from perl, but it is
 safe to use this module to execute external processes.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2020-04-03 03:38:42 UTC Published Ubuntu Focal riscv64 release universe perl Optional 1.2-1build2
  • Published