MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_print_result

Method get_print_result

examples/async.cc:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132 void wait_for_print_result() const { _print_finished_future.wait(); }
133 void get_print_result() { _print_finished_future.get(); }
134 void set_print_success() { _print_finished.set_value(); }
135
136private:

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected