(&self)
| 104 | } |
| 105 | |
| 106 | pub async fn module(&self) -> Result<ModuleHost, NoSuchModule> { |
| 107 | self.host_controller.get_module_host(self.replica_id).await |
| 108 | } |
| 109 | |
| 110 | /// Wait for the module host to become available, retrying with backoff. |
| 111 | /// |
no test coverage detected