module Join:sig..end
This module offers basic functionalities for JoCaml.
type -'a chan
'a.exception Exit
val exit_hook : unit -> unitPervasives.at_exit.
This will somehow control termination of program.
More precisely, program terminates when they is no more
work to achieve.
This does not apply to program engaged in distribution.Pervasives.at_exit.type'adebug =string -> ('a, unit, string, unit) format4 -> 'a
Join.debugval debug : 'a debugPrintf module.module Site:sig..end
module Ns:sig..end