Embryo_Run_Group (3) Linux Manual Page
Program Run Functions – Functions that are involved in actually running functions in an Embryo program. Functions EAPI int embryo_program_recursion_get (Embryo_Program *ep) Returns the number of virtual machines are running for the given program. EAPI int embryo_program_run (Embryo_Program *ep, Embryo_Function fn) Runs the given function of the given Embryo program in the current virtual machine….
