libanyevent-fork-perl 1.31-1.1 source package in Ubuntu

Changelog

libanyevent-fork-perl (1.31-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 18:30:26 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libanyevent-fork-perl_1.31-1.1.dsc 2.2 KiB efca97f79bdcbd9e5e4a3f2be8660752cda82c966ee721ddb60c0a055c3bf634
libanyevent-fork-perl_1.31.orig.tar.gz 30.1 KiB 33bd326416159cfe6f2285484138932dcfca21439f0321b299400a9225e2c9a8
libanyevent-fork-perl_1.31-1.1.debian.tar.xz 2.2 KiB 6bf464c778b3333b9b294703a1e98ecaa6b6e80b9608b814b57cf948469fb138

Available diffs

No changes file available.

Binary packages built by this source

libanyevent-fork-perl: module to create new processes

 AnyEvent::Fork allows you to create new processes, without actually forking
 them from your current process (avoiding the problems of forking), but
 preserving most of the advantages of fork.
 .
 It can be used to create new worker processes or new independent subprocesses
 for short- and long-running jobs, process pools (e.g. for use in pre-forked
 servers) but also to spawn new external processes (such as CGI scripts from a
 web server), which can be faster (and more well behaved) than using fork+exec
 in big processes.
 .
 Special care has been taken to make this module useful from other modules,
 while still supporting specialised environments such as App::Staticperl or
 PAR::Packer.