Macro forth3::async_builtin
source ยท macro_rules! async_builtin { ($name:literal) => { ... }; }
Expand description
Constructs an AsyncBuiltinEntry
for an asynchronous builtin word.
See the documentation for AsyncForth
for details on
using asynchronous builtin words.