Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ future_base
Method
future_base
uspace/lib/cpp/include/__bits/thread/future.hpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
{
55
public:
56
future_base() noexcept
57
: state_{nullptr}
58
{ /* DUMMY BODY */ }
59
60
future_base(const future_base& rhs)
61
: state_{rhs.state_}
Callers
nothing calls this directly
Calls
2
move
Function · 0.85
increment
Method · 0.80
Tested by
no test coverage detected