Module subprocess

Module subprocess 

Source
Expand description

Subprocess runtime support

Type-erased variable storage and runtime utilities for code executing in the subprocess.

Structs§

VariableStore
Type-erased variable store

Functions§

init_global_store
Initialize the global variable store
set_result
Store the result of the last expression evaluation
take_result
Retrieve and clear the result of the last expression evaluation
with_store
Access the global variable store