Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ set
Method
set
include/process/future.hpp:820–823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
818
819
template <typename T>
820
bool Promise<T>::set(T&& t)
821
{
822
return _set(std::move(t));
823
}
824
825
826
template <typename T>
Callers
15
func2
Method · 0.45
run
Method · 0.45
foreach
Method · 0.45
call
Method · 0.45
decrement
Method · 0.45
write_unlock
Method · 0.45
read_unlock
Method · 0.45
unlock
Method · 0.45
operator()
Method · 0.45
dispatch
Function · 0.45
~Data
Method · 0.45
after
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected