(&mut self)
| 24 | |
| 25 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 26 | async fn finalize(&mut self) {} |
| 27 | |
| 28 | async fn exec(&mut self, _: &Context) -> Result<()> { |
| 29 | if let Ok(msg) = self.inp.recv_any().await { |
nothing calls this directly
no outgoing calls
no test coverage detected