| 536 | } |
| 537 | |
| 538 | void RPCUnsetTimerInterface(RPCTimerInterface *iface) |
| 539 | { |
| 540 | if (timerInterface == iface) |
| 541 | timerInterface = nullptr; |
| 542 | } |
| 543 | |
| 544 | void RPCRunLater(const std::string& name, std::function<void(void)> func, int64_t nSeconds) |
| 545 | { |
no outgoing calls
no test coverage detected