Type Alias TaskChannel

Source
pub type TaskChannel = (TaskSender, TaskReceiver);
Expand description

Channel used by ThreadPool for communicating with the processing threads.

Passed into Platform::spawn_pool_thread.