pub type TaskChannel = (TaskSender, TaskReceiver);Expand description
Channel used by ThreadPool for communicating with the processing
threads.
Passed into
Platform::spawn_pool_thread.
pub type TaskChannel = (TaskSender, TaskReceiver);Channel used by ThreadPool for communicating with the processing
threads.
Passed into
Platform::spawn_pool_thread.