We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
crossbeam-channels 已经被合并到 (rust 1.67). rust-lang/rust#93563 std::sync::mpsc 现在已经使用 crossbeam-channels 的实现。
venus-worker 中使用 crossbeam-channels 作为 mpsc 的部分可以替换为 std 版本。 sync::mpmc 的在 rust 1.67 中任然是不稳定且是私有的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
模块 / Components
描述 / Description
crossbeam-channels 已经被合并到 (rust 1.67). rust-lang/rust#93563
std::sync::mpsc 现在已经使用 crossbeam-channels 的实现。
venus-worker 中使用 crossbeam-channels 作为 mpsc 的部分可以替换为 std 版本。 sync::mpmc 的在 rust 1.67 中任然是不稳定且是私有的。
The text was updated successfully, but these errors were encountered: