Backport from sid to buster
[hcoop/debian/mlton.git] / lib / cml / core-cml / run-cml.sig
1 (* run-cml.sig
2 * 2004 Matthew Fluet (mfluet@acm.org)
3 * Ported to MLton threads.
4 *)
5
6 (* ???
7 *
8 * COPYRIGHT (c) 1995 AT&T Bell Laboratories.
9 * COPYRIGHT (c) 1989-1991 John H. Reppy
10 *)
11
12 signature RUN_CML =
13 sig
14 val isRunning : unit -> bool
15 val doit : (unit -> unit) * Time.time option -> OS.Process.status
16 val shutdown : OS.Process.status -> 'a
17 end