mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-15 00:51:28 +03:00
clean
This commit is contained in:
@@ -192,9 +192,7 @@ impl Server {
|
|||||||
log::info!("running service");
|
log::info!("running service");
|
||||||
|
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
_ = signal::ctrl_c() => {
|
_ = signal::ctrl_c() => log::info!("terminating service"),
|
||||||
log::info!("terminating service");
|
|
||||||
}
|
|
||||||
_ = &mut capture => { }
|
_ = &mut capture => { }
|
||||||
_ = &mut emulation => { }
|
_ = &mut emulation => { }
|
||||||
_ = &mut frontend => { }
|
_ = &mut frontend => { }
|
||||||
|
|||||||
Reference in New Issue
Block a user