Wasmtime
wasmtime_async_continuation_t Struct Reference

#include <async.h>

Data Fields

wasmtime_func_async_continuation_callback_t callback
 Callback for if the async function has completed.
 
void * env
 User-provided argument to pass to the callback.
 
void(* finalizer )(void *)
 A finalizer for the user-provided *env.
 

Detailed Description

A continuation for the current state of the host function's execution.


The documentation for this struct was generated from the following file: