• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D20-Feb-2013819

const-c.incH A D20-Feb-201312 KiB

const-xs.incH A D20-Feb-20132.6 KiB

examples/H11-Apr-20134

KQueue.pmH A D20-Feb-20135.4 KiB

KQueue.xsH A D20-Feb-20133.7 KiB

Makefile.PLH A D20-Feb-20132.1 KiB

MANIFESTH A D20-Feb-2013217

MANIFEST.SKIPH A D20-Feb-2013166

META.ymlH A D20-Feb-2013416

READMEH A D20-Feb-2013199

t/H11-Apr-20133

typemapH A D20-Feb-2013576

README

1IO::KQueue
2==========
3
4This module is a low level interface to the FreeBSD and Mac OS X kqueue()
5system call. This is basically equivalent to epoll() on Linux - a high
6performance poll() replacement.