build(deps): address undeclared crate or module errors on Windows for scheduler crate (#2411)

This commit is contained in:
Sanchith Hegde
2023-10-04 10:16:53 +05:30
committed by GitHub
parent 099b241096
commit 422523848e
3 changed files with 22 additions and 141 deletions

View File

@ -377,10 +377,3 @@ where
Ok(())
}
}
#[cfg(target_os = "windows")]
pub(crate) async fn signal_handler(
_sig: common_utils::signals::DummySignal,
_sender: oneshot::Sender<()>,
) {
}