Package index
-
add_trycatch_logrow() - Wrap a function with error handling and a structured log row
-
await() - Block until a non-blocking genproc run has resolved
-
from_example_to_function() - Transform an example expression into a parameterized function
-
from_function_to_mask() - Derive an iteration mask template from a function's signature
-
genproc() - Run a function over a mask with mandatory logging and reproducibility
-
nonblocking_spec() - Specify a non-blocking execution strategy for genproc()
-
parallel_spec() - Specify a parallel execution strategy for genproc()
-
print(<genproc_result>) - Print a genproc result
-
rename_function_params() - Rename the parameters of a function
-
status() - Query the status of a genproc run without blocking