Searched refs:send_modify (Results 1 – 3 of 3) sorted by relevance
221 tx.send_modify(|old| *old = "two"); in send_modify_panic()230 tx.send_modify(|old| { in send_modify_panic()240 tx.send_modify(|old| *old = "three"); in send_modify_panic()
666 pub fn send_modify<F>(&self, modify: F) in send_modify() method793 self.send_modify(|old| mem::swap(old, &mut value)); in send_replace()
540 - sync: add `watch::Sender::send_modify` method ([#4310])