-
Notifications
You must be signed in to change notification settings - Fork 4.6k
deps(common_utils): put the signals module behind a feature flag #814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
For this change to be more effective, can you please move this into the same file, https://github.com/juspay/orca/blob/01a5e0a0c927a9b2b5ff86b5607b0ea882674c85/crates/router/src/scheduler/utils.rs#L391-L414 This will reduce the are of change required to make the project compatible with windows machines in the future |
NishantJoshi00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that, looks good to me!
NishantJoshi00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1c2830c
Type of Change
Description
This PR puts the
signalsmodule incommon_utilsbehind a feature flag.Additional Changes
None
Motivation and Context
Required for the
api_modelscrate to be independent of any async/tokio related dependencies.How did you test it?
cargo build
Checklist
cargo +nightly fmt --allcargo clippy