Searched defs:add_with (Results 1 – 5 of 5) sorted by relevance
24 fn add_with<F: Future<Output = ()> + 'a>(&mut self, f: impl FnOnce() -> F); in add_with() method39 fn add_with(&mut self, f: impl FnOnce() -> F); in add_with() method78 fn add_with(&mut self, f: impl FnOnce() -> F) { in add_with() method104 fn add_with(&mut self, f: impl FnOnce() -> F) { in add_with() method
1032 fn add_with<F: Future<Output = ()> + 'a>(&mut self, f: impl FnOnce() -> F) { in add_with() method
73 pub fn add_with<F>(&mut self, reader: F) -> Result<()> in add_with() method
79 pub fn add_with<F>(&mut self, reader: F) -> Result<()> in add_with() method
194 fn add_with<F: Future<Output = ()> + 'a>(&mut self, f: impl FnOnce() -> F) { in add_with() method