The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.


<HTML>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>HiPi::Interrupt</title></head>

<BODY TOPMARGIN=4 BGCOLOR=#FFFFFF TEXT=#000000 VLINK=#0000CC LINK=#0000CC ALINK=#0000CC>
<FONT FACE="Arial, Lucida, Helvetica" >

<TABLE WIDTH="100%" ALIGN=CENTER CELLPADDING=1 CELLSPACING=0>
<TR>
<TD WIDTH="100%" ALIGN=CENTER>


<A HREF="contents.htm"><img align=center src="home.png" BORDER=0 ALT="Contents"></A>


<A HREF="interrupt.htm"><img align=center src="up.png" BORDER=0 ALT="Up"></A>

<A HREF="interrupt_overview.htm"><img align=center src="back.png" BORDER=0 ALT="Previous"></A>

<A HREF="interrupt_hipi_interrupt_handler.htm"><img align=center src="forward.png" BORDER=0 ALT="Next"></A>
</TD>
</TR>
<TR>
<TD COLSPAN=2 HEIGHT=2 BGCOLOR="#C0C0C0">
</TD>
</TR>
</TABLE>

<H2>HiPi::Interrupt</H2><p>This module provides the threads that handle polling for interrupts and notify your main thread.</p>
<p>It currently has no methods suitable for end user usa but provides the backend functions that allow inter thread communication for <A HREF="interrupt_hipi_interrupt_handler.htm">HiPi::Interrupt::Handler</A>.</p>
<p>The module should be the first thing loaded in your script to minimise the memory footprint of the Perl threads it creates.</p>
<pre>
<i>#!/usr/bin/perl</i>
use HiPi::Interrupt;
use strict;
use warnings;
...
...</pre>
<p>Working examples are provided in:</p>
<p>
<UL>

<li><A HREF="interrupt_example_derived.htm">Derived Class Example</A>
<li><A HREF="interrupt_example_callback.htm">Callback Example</A>
<li><A HREF="interrupt_example_mixed.htm">Mixed Handlers Example</A>

</UL>
</p>
</FONT>
<br>
<p>
<br>
<hr>
<br>
<center>
<A HREF="contents.htm"><img align=center src="home.png" BORDER=0 ALT="Contents"></A>


<A HREF="interrupt.htm"><img align=center src="up.png" BORDER=0 ALT="Up"></A>

<A HREF="interrupt_overview.htm"><img align=center src="back.png" BORDER=0 ALT="Previous"></A>

<A HREF="interrupt_hipi_interrupt_handler.htm"><img align=center src="forward.png" BORDER=0 ALT="Next"></A>
</center>

<HR>
<br>
<center><FONT FACE="Arial, Lucida, Helvetica" size="2" color="#000080">HiPi Modules Copyright &#169; 2013 - 2016 Mark Dootson</font></center>
</BODY></HTML>