Searched defs:blocking_send (Results 1 – 2 of 2) sorted by relevance
482 fn blocking_send() { in blocking_send() function
701 pub fn blocking_send(&self, value: T) -> Result<(), SendError<T>> { in blocking_send() method