SCM Repository
View of /sml/trunk/src/cm/compile/servers.sig
Parent Directory
|
Revision Log
Revision 448 -
(download)
(as text)
(annotate)
Thu Oct 21 09:20:16 1999 UTC (21 years, 3 months ago) by blume
File size: 319 byte(s)
Thu Oct 21 09:20:16 1999 UTC (21 years, 3 months ago) by blume
File size: 319 byte(s)
getting ready for parallel...
signature SERVERS = sig (* add a compile server *) val add : { name: string, cmd: string * string list } -> unit (* signal all servers that we are starting with a new .cm file *) val start : SrcPath.context * SrcPath.t -> unit (* schedule a compilation *) val compile : SrcPath.t -> bool end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |