MCPcopy Create free account
hub / github.com/Codesire-Deng/co_context / shared_task

Method shared_task

include/co_context/shared_task.hpp:285–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284 public:
285 shared_task() noexcept : coroutine_(nullptr) {}
286
287 explicit shared_task(std::coroutine_handle<promise_type> coroutine)
288 : coroutine_(coroutine) {

Callers

nothing calls this directly

Calls 1

add_refMethod · 0.80

Tested by

no test coverage detected