| 534 | }; |
| 535 | |
| 536 | DispatchProcess(Promise<Nothing> *promise, long repeat) |
| 537 | : promise(promise), repeat(repeat) {} |
| 538 | |
| 539 | template <typename T> |
| 540 | Future<Nothing> handler(const T& data) |
nothing calls this directly
no outgoing calls
no test coverage detected