软件包:libsignal-mask-perl(0.008-3)
libsignal-mask-perl 的相关链接
Debian 的资源:
下载源码包 libsignal-mask-perl:
- [libsignal-mask-perl_0.008-3.dsc]
- [libsignal-mask-perl_0.008.orig.tar.gz]
- [libsignal-mask-perl_0.008-3.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
- 拉里 沃尔的实用报表提取语言(Perl)
-
- rec: libthread-sigmask-perl
- module for thread specific signal masks