forth3
0.1.0
Module async_vm
Structs
In forth3::vm
Module
forth3
::
vm
::
async_vm
Copy item path
source
·
[
−
]
Available on
crate feature
async
only.
Structs
§
AsyncForth
A Forth VM in which some builtin words are implemented by
async fn
s (or
Future
s).