MCPcopy Create free account
hub / github.com/apple/foundationdb / send

Method send

bindings/java/JavaWorkload.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 JavaPromise(GenericPromise<bool>&& promise) : impl(std::move(promise)) {}
169
170 void send(bool val) {
171 impl.send(val);
172 delete this;
173 }
174};
175
176void promiseSend(JNIEnv, jclass, jlong self, jboolean value) {

Callers 11

setMethod · 0.45
move_toMethod · 0.45
initializeMethod · 0.45
get_contentsMethod · 0.45
FDBClass · 0.45
runMethod · 0.45
jquery.jsFile · 0.45
promiseSendFunction · 0.45
setupMethod · 0.45
startMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36