Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ done
Method
done
example/python.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
bool done() const
187
{
188
return !handle_ || handle_->done_;
189
}
190
191
py_coroutine(const py_coroutine & ) = delete;
192
py_coroutine(py_coroutine && ) = default;
Callers
2
CO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected