MCPcopy Create free account
hub / github.com/cactus-compute/cactus / TaskHandle

Method TaskHandle

cactus/kernel/kernel_utils.h:501–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499
500 public:
501 TaskHandle(bool auto_wait = true) : auto_wait_(auto_wait) {}
502
503 ~TaskHandle() {
504 if (auto_wait_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected