Searched refs:on_executor_drop (Results 1 – 4 of 4) sorted by relevance
46 fn on_executor_drop<'a>(&'a self) -> Pin<Box<dyn Future<Output = ()> + 'a>>; in on_executor_drop() method228 let final_future = self.reactor.on_executor_drop(); in drop()
171 fn on_executor_drop<'a>(&'a self) -> Pin<Box<dyn Future<Output = ()> + 'a>> { in on_executor_drop() method
305 fn on_executor_drop<'a>(&'a self) -> Pin<Box<dyn Future<Output = ()> + 'a>> { in on_executor_drop() method
689 fn on_executor_drop<'a>(&'a self) -> Pin<Box<dyn Future<Output = ()> + 'a>> { in on_executor_drop() method