Type Definition pi_async_buffer::async_pipeline::BoxSender
source · pub type BoxSender<'a, T, E = Error> = Pin<Box<dyn AsyncSender<T, E> + Send + 'a, Global>>;Expand description
允许跨线程的动态异步发送器 动态异步发送器的发送不要求线程安全,所以如果动态异步发送器同时在多个线程中发送,则需要由外部保证动态异步发送器的线程安全