Module Spawned

type chandescr =
| AnonPipe
| Socket of string * int * int
val main_channel : chandescr option Stdlib.ref
val control_channel : chandescr option Stdlib.ref
val init_channels : unit -> unit
val get_channels : unit -> CThread.thread_ic * Stdlib.out_channel
val process_id : unit -> string
Name of current process.