Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
private:
Callers
1
poll_print_finished_state
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected