套件:libsignal-mask-perl(0.008-4)
libsignal-mask-perl 的相關連結
Debian 的資源:
下載原始碼套件 libsignal-mask-perl:
- [libsignal-mask-perl_0.008-4.dsc]
- [libsignal-mask-perl_0.008.orig.tar.gz]
- [libsignal-mask-perl_0.008-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.
其他與 libsignal-mask-perl 有關的套件
|
|
|
|
-
- 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