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

Method __execute

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

Source from the content-addressed store, hash-verified

123}
124
125void __assoc_sub_state::__execute() { std::__throw_future_error(future_errc::no_state); }
126
127future<void>::future(__assoc_sub_state* __state) : __state_(__state) { __state_->__attach_future(); }
128

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected