パッケージ: 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 作の実用的な抽出とレポート用の言語
-
- rec: libthread-sigmask-perl
- module for thread specific signal masks