| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CircMgr: Make CircMgr and HsCircPool generic over builder type. | Wesley Aptekar-Cassels | 2024-09-24 | 1 | -0/+239 |
| This will allow for testing, as the CircuitBuilder can be replaced with a mocked version. This did require moving some of what was in the CircuitBuilder impl into the AbstractCircuitBuilder type, since Drop implementations can't be specialized, but that's fine, as we'll probably be doing more of that in the future anyways. | |||||
