Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheHPXProject/hpx
/ set
Method
set
libs/core/execution_base/src/this_thread.cpp:223–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
agent_base* set(agent_base* context) noexcept
224
{
225
std::swap(context, impl_);
226
return context;
227
}
228
229
agent_base* impl_;
230
};
Callers
9
set
Function · 0.45
unset
Function · 0.45
exception_ptr construct_lightweight_exception
Method · 0.45
construct_exception_info
Function · 0.45
custom_exception_info
Function · 0.45
reset_agent
Method · 0.45
~reset_agent
Method · 0.45
set
Function · 0.45
set
Function · 0.45
Calls
1
swap
Function · 0.50
Tested by
no test coverage detected