Browse thread
Waiting for float time
[
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: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] Waiting for float time |
2007/6/28, Karl Zilles <zilles@1969web.com>: > > sayan@crans.org wrote: > > I am looking for a floating point version of the function Unix.sleep in > > order to suspend execution of a program for 0.7s > > Use select with no file_descrs. Nice! Where are this kind of tricks supposed to be collected? FAQ, http://www.ocaml-tutorial.org/, ...? Salutations Matt