Channel type definition based on features
Use crossbeam::channel when crossbeam_channel feature is enabled, otherwise use std::sync::mpsc
基于 features 的 channel 类型定义
启用 crossbeam_channel feature 时使用 crossbeam::channel,否则使用 std::sync::mpsc
The receiving side of a channel.
Channel type definition based on features
Use crossbeam::channel when crossbeam_channel feature is enabled, otherwise use std::sync::mpsc
基于 features 的 channel 类型定义
启用 crossbeam_channel feature 时使用 crossbeam::channel,否则使用 std::sync::mpsc
The sending side of a channel.
Channel type definition based on features
Use crossbeam::channel when crossbeam_channel feature is enabled, otherwise use std::sync::mpsc
基于 features 的 channel 类型定义
启用 crossbeam_channel feature 时使用 crossbeam::channel,否则使用 std::sync::mpsc
An error returned from the try_recv method.
Channel type definition based on features
Use crossbeam::channel when crossbeam_channel feature is enabled, otherwise use std::sync::mpsc
基于 features 的 channel 类型定义
启用 crossbeam_channel feature 时使用 crossbeam::channel,否则使用 std::sync::mpsc
Creates a channel of bounded capacity.
Channel type definition based on features
Use crossbeam::channel when crossbeam_channel feature is enabled, otherwise use std::sync::mpsc
基于 features 的 channel 类型定义
启用 crossbeam_channel feature 时使用 crossbeam::channel,否则使用 std::sync::mpsc
Creates a channel of unbounded capacity.