| 61 | } |
| 62 | |
| 63 | void ProposeBatch :: Start() |
| 64 | { |
| 65 | m_poThread = new std::thread(&ProposeBatch::Run, this); |
| 66 | assert(m_poThread != nullptr); |
| 67 | } |
| 68 | |
| 69 | void ProposeBatch :: Stop() |
| 70 | { |
nothing calls this directly
no outgoing calls
no test coverage detected