Jules Kerssemakers a7efdd051b ctrl+C example: Prompt user to do something.
So we don't stay at a blank terminal without any feedback after `cargo run`
2017-06-07 21:18:26 +02:00
2017-03-15 10:36:37 -07:00
2017-01-26 20:45:19 +01:00
2016-09-06 23:00:17 -07:00
2016-11-19 09:15:38 -08:00
2017-03-15 10:36:37 -07: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%