[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jake Donham <jake@d...> |
| Subject: | Re: [Caml-list] node.ocaml |
On Sat, Aug 21, 2010 at 8:27 PM, Jeffrey Barber <jeff@mathgladiator.com> wrote: > example code: > http://github.com/mathgladiator/node.ocaml/blob/master/test/kvp.ml Have you considered using Lwt (http://ocsigen.org/lwt) as a layer on top of raw continuation-passing style? It has a lot of nice functions for writing asynchronous code, as well as a syntax extension to make it look more like direct-style code. It provides a select loop already, but you don't need to use it, or you could integrate libevent2 with Lwt's event loop. Jake