(* $Id: netstring_mt.mli,v 2.2 2004/07/09 00:17:47 stolpmann Exp $ * ---------------------------------------------------------------------- * *) (** Initialisation code for multi-threading * * This module initializes the multi-threading mode of * [Netstring]. You must link it with every application that * uses multi-threading. * * This module must be linked explicitly with the executable, * i.e. as [cmo] or [cmx]. If you use [findlib], this will be * done automatically. *) (* ====================================================================== * History: * * $Log: netstring_mt.mli,v $ * Revision 2.2 2004/07/09 00:17:47 stolpmann * ocamldoc * * Revision 2.1 2001/09/14 14:22:34 stolpmann * Initial revision (sourceforge) * * * ====================================================================== * Revision 1.1 2000/06/25 21:15:27 gerd * Initial revision * * *)