MCPcopy Create free account
hub / github.com/boostorg/cobalt / operator()

Method operator()

example/python.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 struct deleter
199 {
200 void operator()(promise_type * p)
201 {
202 std::coroutine_handle<promise_type>::from_promise(*p).destroy();
203 }
204 };
205 std::unique_ptr<promise_type, deleter> handle_;
206};

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected