mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
signal: Update to winapi 0.3
This commit is contained in:
committed by
Carl Lerche
parent
a4895fe364
commit
4fa1b2b58c
+1
-1
@@ -378,7 +378,7 @@ impl Signal {
|
||||
})
|
||||
})();
|
||||
|
||||
future::result(result).boxed()
|
||||
Box::new(future::result(result))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user