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

Function thread_index_via_call_async

tests/all/component_model/func.rs:3118–3120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3116
3117#[tokio::test]
3118async fn thread_index_via_call_async() -> Result<()> {
3119 thread_index_via_call(ApiStyle::Async).await
3120}
3121
3122#[tokio::test]
3123async fn thread_index_via_call_concurrent() -> Result<()> {

Callers

nothing calls this directly

Calls 1

thread_index_via_callFunction · 0.85

Tested by

no test coverage detected