MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / copy

Method copy

system/lib/libcxx/src/future.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void __assoc_sub_state::copy() {
102 unique_lock<mutex> __lk(__mut_);
103 __sub_wait(__lk);
104 if (__exception_ != nullptr)
105 rethrow_exception(__exception_);
106}
107
108void __assoc_sub_state::wait() {
109 unique_lock<mutex> __lk(__mut_);

Callers 5

subprocess_envFunction · 0.45
mainFunction · 0.45
get_port_variantFunction · 0.45
emscons.pyFile · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected