DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibasync-mergepoint-perl
BeschreibungPerl module to resynchronize multiple control flows
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.02-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe64 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße7854 Byte
Prüfsumme MD544abab4f804bd7e2b4c3a5f1e455f834
Prüfsumme SHA1797a4f7fb3b6ebe536fdb44fe38b02de7464cf98
Prüfsumme SHA256657654d6129f4433ff98187839b3c4776a2f25673b85c400d68544f723878e2b
Link zum Herunterladenlibasync-mergepoint-perl_0.02-1_all.deb
Ausführliche BeschreibungAsync::Mergepoint is a module designed to provide a way to resynchronize multiple parallel control flows. Often in program logic, multiple different steps need to be taken that are independent of each other, but their total result is needed before the next step can be taken. In synchronous code, the usual approach is to do them sequentially. . An asynchronous or event-based program could do this, but if each step involves some IO idle time, better overall performance can often be gained by running the steps in parallel. A Async::MergePoint object can then be used to wait for all of the steps to complete, before passing the combined result of each step on to the next stage.


Impressum
Linux is a registered trademark of Linus Torvalds