Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destroy
Method · 0.45
Tested by
no test coverage detected