2016-09-08 17:28:44 -07:00
2016-09-07 22:14:54 -07:00
2016-09-06 23:00:17 -07:00
2016-11-19 09:15:38 -08:00
2016-09-07 00:04:49 -07:00
2016-09-07 00:04:49 -07:00
2016-09-07 00:06:14 -07:00

tokio-signal

An implementation of Unix signal handling for Tokio

Build Status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" }

Next, add this to your crate:

extern crate tokio_signal;

License

tokio-signal is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

S
Description
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Readme MIT
62 MiB
Languages
Rust 100%