#ifndef ANT_CHILD_PROCESS_MODULE_H
#define ANT_CHILD_PROCESS_MODULE_H

#include "gc.h"
#include "types.h"

ant_value_t child_process_library(ant_t *js);

int has_pending_child_processes(void);
void child_process_gc_update_roots(GC_OP_VAL_ARGS);

#endif
