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

Method wait_for_print_result

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

Source from the content-addressed store, hash-verified

130 std::future_status::ready;
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

Callers 1

mainFunction · 0.80

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected