Function asio::async_send
[−]
[src]
pub fn async_send<S, A, F, T>(a: A, callback: F, obj: &Strand<T>) where S: SendRecv, A: Fn(&T) -> (&S, &[u8]) + Send, F: FnOnce(Strand<T>, Result<usize>) + Send