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

..11-Apr-2013244

ChangesH A D19-Sep-2012819

const-c.incH A D19-Sep-201212 KiB

const-xs.incH A D19-Sep-20122.6 KiB

examples/H11-Apr-20134

KQueue.pmH A D19-Sep-20125.4 KiB

KQueue.xsH A D19-Sep-20123.7 KiB

Makefile.PLH A D19-Sep-20122.1 KiB

MANIFESTH A D19-Sep-2012217

MANIFEST.SKIPH A D19-Sep-2012166

META.ymlH A D19-Sep-2012416

READMEH A D19-Sep-2012199

t/H11-Apr-20133

typemapH A D19-Sep-2012576

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.