--- sml/trunk/src/cm/compile/servers.sig 1999/10/22 17:10:09 450 +++ sml/trunk/src/cm/compile/servers.sig 1999/10/23 15:05:55 451 @@ -18,8 +18,8 @@ val kill : string -> unit - (* wait until all servers are ready *) - val waitforall : unit -> unit + (* reset scheduler and wait until all servers are idle *) + val reset : unit -> unit (* signal all servers that we are starting with a new .cm file *) val cm : SrcPath.t -> unit @@ -30,5 +30,7 @@ (* schedule a compilation *) val compile : SrcPath.t -> bool + val evict : SmlInfo.info -> unit + val withServers : (unit -> 'a) -> 'a end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: h.t -> bool + val evict : SmlInfo.info -> unit + val withServers : (unit -> 'a) -> 'a end