[go: up one dir, main page]

timerfd 0.1.0

An implementation of the linux kernel's timerfd interface
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "timerfd"
description = "An implementation of the linux kernel's timerfd interface"
license = "MIT"
version = "0.1.0"
authors = ["main() <main@ehvag.de>"]

[dependencies]
libc = "0.2.*"