Module type Spawn.Control

type handle
val kill : handle -> unit
val wait : handle -> Unix.process_status
val unixpid : handle -> int
val uid : handle -> string
val is_alive : handle -> bool