Home
last modified time | relevance | path

Searched defs:Task (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dround_trip.rs417 struct Task { in test_round_trip() struct
418 instance: Instance, in test_round_trip()
419 inputs_and_outputs: Vec<(String, String)>, in test_round_trip()
420 tx: oneshot::Sender<()>, in test_round_trip()
423 impl AccessorTask<Ctx, HasSelf<Ctx>> for Task { in test_round_trip() implementation