![]() ![]() ![]() ![]() |
|
This module provides the threads that handle polling for interrupts and notify your main thread.
It currently has no methods suitable for end user usa but provides the backend functions that allow inter thread communication for HiPi::Interrupt::Handler.
The module should be the first thing loaded in your script to minimise the memory footprint of the Perl threads it creates.
#!/usr/bin/perl use HiPi::Interrupt; use strict; use warnings; ... ...
Working examples are provided in: