mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
04d949c380fd5c7f745f692519e3d10db3e22aca
Which is just a wrapper around the futures::sync::mpsc. The sender is in a global registry. The part that connects the wakeups to the senders in the registry doesn't yet exist.
tokio-signal
An implementation of Unix signal handling for Tokio
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.
Languages
Rust
100%