MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / complete_

Method complete_

test/exec/asio/test_completion_token.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 template <typename Tag, typename... Args>
65 void complete_(Tag const & tag, Args&&... args) noexcept
66 {
67 CHECK(ptr_);
68 CHECK(ptr_.use_count() == 1);
69 tag(std::move(r_), std::forward<Args>(args)...);
70 ptr_.reset();
71 }
72 public:
73 using receiver_concept = receiver_tag;
74

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected