mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
signal: Various cleanups:
* Drop nix/lazy_static * Use previously registered handlers * Handle some more errors
This commit is contained in:
committed by
Carl Lerche
parent
367cb56e02
commit
ba0921a01d
@@ -25,8 +25,6 @@
|
||||
#[macro_use]
|
||||
extern crate futures;
|
||||
extern crate tokio_core;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
use futures::Future;
|
||||
use futures::stream::Stream;
|
||||
|
||||
Reference in New Issue
Block a user