Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ foreach
Method
foreach
include/process/state_machine.hpp:169–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
state = to;
168
169
foreach (Promise<Nothing>& promise, promises[state]) {
170
promise.set(Nothing());
171
}
172
173
promises[state].clear();
174
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected