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

Method __on_zero_shared

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

Source from the content-addressed store, hash-verified

58future_error::~future_error() noexcept {}
59
60void __assoc_sub_state::__on_zero_shared() noexcept { delete this; }
61
62void __assoc_sub_state::set_value() {
63 unique_lock<mutex> __lk(__mut_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected