MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / waitUntil

Method waitUntil

include/common/async.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59 template <typename CT, typename DT>
60 bool waitUntil(const std::chrono::time_point<CT, DT> &Timeout) const {
61 return Future.wait_until(Timeout) == std::future_status::ready;
62 }
63
64 friend void swap(Async &LHS, Async &RHS) noexcept {
65 using std::swap;

Callers 5

ToolOnModuleFunction · 0.80
ToolOnComponentFunction · 0.80
ToolFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64