Pakket: libsignal-mask-perl (0.008-1)
Verwijzigingen voor libsignal-mask-perl
Debian bronnen:
Het bronpakket libsignal-mask-perl downloaden:
- [libsignal-mask-perl_0.008-1.dsc]
- [libsignal-mask-perl_0.008.orig.tar.gz]
- [libsignal-mask-perl_0.008-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
module for easy handling of signal masks
Signal::Mask is an abstraction around your process or thread signal mask. It is used to fetch and/or change the signal mask of the calling process or thread. The signal mask is the set of signals whose delivery is currently blocked for the caller. It is available as the global hash %Signal::Mask.
Signal::Pending is an abstraction around your process'/thread's pending signals. It can be used in combination with signal masks to handle signals in a controlled manner. The set of pending signals is available as the global hash %Signal::Pending.
Andere aan libsignal-mask-perl gerelateerde pakketten
|
|
|
|
-
- dep: libipc-signal-perl
- utility functions dealing with signals for Perl
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libthread-sigmask-perl
- module for thread specific signal masks