execute_generator

Function execute_generator 

Source
pub unsafe extern "C" fn execute_generator(
    cmd: *const c_char,
) -> c_int
Expand description

Execute cmd using config.run_command and outputs the result (stdout) to the opened file descriptor.

Returns a valid file descriptor on success, or -1 on failure.