Take the ready child planners.
(&mut self)
| 174 | |
| 175 | /// Take the ready child planners. |
| 176 | pub fn take_ready_planners(&mut self) -> Vec<Box<dyn MorselPlanner>> { |
| 177 | std::mem::take(&mut self.ready_planners) |
| 178 | } |
| 179 | |
| 180 | /// Take the pending I/O future, if any. |
| 181 | pub fn take_pending_planner(&mut self) -> Option<PendingMorselPlanner> { |