Michal 'vorner' Vaner a02a38fbae The driver task
Add the driver task, connecting the signal handler wakeups to the
wakeups of of the streams.

It is a prototype-quality code, a lot of cleanups and similar is needed.
2017-01-22 14:48:22 +01:00
2016-09-08 17:28:44 -07:00
2017-01-22 14:48:22 +01:00
2017-01-22 14:48:22 +01:00
2016-09-06 23:00:17 -07:00
2016-11-19 09:15:38 -08:00
2017-01-22 14:48:22 +01:00
2016-09-07 00:04:49 -07:00
2016-09-07 00:04:49 -07:00
2017-01-12 10:32:16 -08: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 = "0.1"

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%