0852c11f05
Does not include the enhanced top-level, which will be added in a later update. From Christopher Zimmermann <madroach@gmerlin.de> -- Lwt provides very light-weight cooperative threads for OCaml; ``launching'' a thread is a very fast operation, it does not require a new stack, a new process, or anything else. Moreover context switches are very fast. In fact, it is so easy that a thread can be launched for every system call. And composing cooperative threads will allow highly asynchronous programs.
13 lines
470 B
Plaintext
13 lines
470 B
Plaintext
@comment $OpenBSD: PFRAG.dynlink-native,v 1.1.1.1 2012/08/19 00:27:50 avsm Exp $
|
|
@bin lib/ocaml/lwt/lwt-extra.cmxs
|
|
@bin lib/ocaml/lwt/lwt-glib.cmxs
|
|
@bin lib/ocaml/lwt/lwt-preemptive.cmxs
|
|
@bin lib/ocaml/lwt/lwt-react.cmxs
|
|
@bin lib/ocaml/lwt/lwt-simple-top.cmxs
|
|
@bin lib/ocaml/lwt/lwt-ssl.cmxs
|
|
@bin lib/ocaml/lwt/lwt-syntax-log.cmxs
|
|
@bin lib/ocaml/lwt/lwt-syntax-options.cmxs
|
|
@bin lib/ocaml/lwt/lwt-syntax.cmxs
|
|
@bin lib/ocaml/lwt/lwt-unix.cmxs
|
|
@bin lib/ocaml/lwt/lwt.cmxs
|