File: http_client_mt.mli

package info (click to toggle)
netclient 0.91-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,096 kB
  • ctags: 1,539
  • sloc: ml: 8,808; sh: 527; makefile: 203
file content (12 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
(* $Id: http_client_mt.mli 141 2005-07-26 13:31:31Z gerd $
 * ----------------------------------------------------------------------
 *
 *)

(** This module initializes Http_client for multi-threaded programs.
 * Make sure that this module is linked as object file (.cmo or .cmx)
 * into the final executable, because this module would be garbage-
 * collected if it were in an archive file (.cma or .cmxa).
 * If you use ocamlfind, this will be done automatically provided
 * that a -thread or -vmthread switch is on the command line.
 *)