eventfd 0.2.0

Binding to Linux's eventfd syscall
Documentation
1
2
3
4
5
6
7
8
9
10
Eventfd Binding
===============

[![Build Status](https://travis-ci.org/jsgf/eventfd-rust.svg?branch=master)](https://travis-ci.org/jsgf/eventfd-rust)

This crate implements a binding for eventfd. This isn't especially
useful on its own; the primary use case is as part of the API for
other Linux syscalls and subsystems.

Jeremy Fitzhardinge <jeremy@goop.org>