End a cyclic conflict region.
(&mut self, id: usize)
| 528 | |
| 529 | /// End a cyclic conflict region. |
| 530 | fn end_cyclic_conflict(&mut self, id: usize) -> Result<(), std::io::Error> { |
| 531 | self.output_conflict_marker(markers::END, id, None) |
| 532 | } |
| 533 | } |
| 534 | |
| 535 | // SINK IMPLEMENTATION (DISCARDS OUTPUT) |