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

Method TaskPool

src/task_pool.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 public:
72 TaskPool() = default;
73
74 TaskPool(TaskPool &&other) noexcept:
75 _tasks {std::move(other._tasks)},

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected