-
Notifications
You must be signed in to change notification settings - Fork 232
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
refactor: re-export crossbeam-channel #2244
refactor: re-export crossbeam-channel #2244
Conversation
fe5fd3c
to
327b76f
Compare
567bfa9
8ccd065
to
a5823bb
Compare
@zhangsoledad conflicting: util/logger-service/src/lib.rs |
ac59ce2
to
92892e7
Compare
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
Checks can't completed and bors doesn't work. |
GitHub status checks took too long to complete, so bors is giving up. You can adjust bors configuration to have it wait longer if you like. |
bors r=doitian,yangby-cryptape |
Build succeeded: |
Description
re-export crossbeam-channel from facade wrapper, unify version specify.
use tilde requirements specify for crossbeam-channel, prevent automate dependency updates.
crossbeam-channel 0.4.3 has UB, may lead to jemalloc deadlock.
crossbeam-rs/crossbeam#533
#2235
also crossbeam-channel is not optimize for oneshot case. replace it if it is convenient.