exit_point¶
Intro¶
An exit_point is the place where protoprimer transfers control to custom steps.
There are several exit_point-s:
Leaving
protoprimerDAG part and entering custom DAG part via boot_env.Starting
some_mainfunction or module via start_app.Finishing execution of
libfunction - see app_vs_lib.Invoking
shellvia venv_shell.
Context isolation¶
See context_isolation.