Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ foreach
Method
foreach
include/process/limiter.hpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
void finalize() override
81
{
82
foreach (Promise<Nothing>* promise, promises) {
83
promise->discard();
84
delete promise;
85
}
86
promises.clear();
87
}
88
Callers
nothing calls this directly
Calls
2
future
Method · 0.80
discard
Method · 0.45
Tested by
no test coverage detected