MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / pushDelayed

Method pushDelayed

src/thread_pool.h:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void pushDelayed(std::pair<__time_point, __task> &&task) {
61 std::lock_guard lg(_lock);
62
63 TaskPool::pushDelayed(std::move(task));
64 }
65
66 template<class Function, class X, class Y, class... Args>
67 auto pushDelayed(Function &&newTask, std::chrono::duration<X, Y> duration, Args &&...args) {

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected