///////////////////////////////////////////////////////
| 32 | { |
| 33 | //////////////////////////////////////////////////////////// |
| 34 | TimeoutWithPredicate::TimeoutWithPredicate(Time timeout) : m_predicate([] { return false; }), m_period(timeout) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | |
| 39 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected