Take the pending I/O future, if any.
(&mut self)
| 179 | |
| 180 | /// Take the pending I/O future, if any. |
| 181 | pub fn take_pending_planner(&mut self) -> Option<PendingMorselPlanner> { |
| 182 | self.pending_planner.take() |
| 183 | } |
| 184 | |
| 185 | /// Returns `true` if this plan contains an I/O future. |
| 186 | pub fn has_io_future(&self) -> bool { |