| 522 | } |
| 523 | |
| 524 | void RPCUnsetTimerInterface(RPCTimerInterface *iface) |
| 525 | { |
| 526 | if (timerInterface == iface) |
| 527 | timerInterface = nullptr; |
| 528 | } |
| 529 | |
| 530 | void RPCRunLater(const std::string& name, std::function<void()> func, int64_t nSeconds) |
| 531 | { |
no outgoing calls
no test coverage detected