Type Alias wasmer_wasix::syscalls::AsyncifyFuture
source ยท pub type AsyncifyFuture = dyn Future<Output = Bytes> + Send + Sync + 'static;
Expand description
Future that will be polled by asyncify methods (the return value is what will be returned in rewind or in the instant response)