(&mut self)
| 2230 | } |
| 2231 | |
| 2232 | async fn try_submit(&mut self) { |
| 2233 | perform_submits(&mut self.state, &self.senders) |
| 2234 | .await |
| 2235 | .unwrap(); |
| 2236 | } |
| 2237 | |
| 2238 | async fn create_simple_tasks(&mut self, count: u64, resource_rq_id: ResourceRqId) { |
| 2239 | self.handle |
no test coverage detected