Queue to consume for task items. Exposed as-is to allow re-queueing items.
(&self)
| 121 | /// |
| 122 | /// Exposed as-is to allow re-queueing items. |
| 123 | pub fn queue(&self) -> ResolveQueue { |
| 124 | self.queue.clone() |
| 125 | } |
| 126 | |
| 127 | /// Add an item to the resolution targets. |
| 128 | /// |