MCPcopy 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
176void promiseSend(JNIEnv, jclass, jlong self, jboolean value) {
177 auto p = reinterpret_cast<JavaPromise*>(self);
178 p->send(bool(value));
179}
180
181struct JNIError {
182 JNIEnv* env;

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected