Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ ACTION_P2
Function
ACTION_P2
include/process/gmock.hpp:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
147
ACTION_P2(PromiseSatisfy, promise, value)
148
{
149
promise->set(value);
150
delete promise;
151
}
152
153
154
template <typename T>
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected