Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ get
Method
get
include/common/async.h:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
bool valid() const noexcept { return Future.valid(); }
49
50
T get() const { return Future.get(); }
51
52
void wait() const { Future.wait(); }
53
Callers
14
getType
Method · 0.45
getCoreType
Method · 0.45
getType
Method · 0.45
FunctionInstance
Class · 0.45
addDefinedType
Method · 0.45
newArray
Method · 0.45
newStruct
Method · 0.45
newException
Method · 0.45
unsafeAddInstance
Method · 0.45
unsafeAddHostInstance
Method · 0.45
addFunction
Method · 0.45
addComponentInstance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected