Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ promiseSend
Function
promiseSend
bindings/java/JavaWorkload.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
};
175
176
void promiseSend(JNIEnv, jclass, jlong self, jboolean value) {
177
auto p = reinterpret_cast<JavaPromise*>(self);
178
p->send(bool(value));
179
}
180
181
struct JNIError {
182
JNIEnv* env;
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected