caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jon Harrop <jon@ffconsultancy.com>
To: Caml-list <caml-list@inria.fr>
Subject: Incremental loading
Date: Wed, 1 Jun 2005 23:39:17 +0100	[thread overview]
Message-ID: <200506012339.17990.jon@ffconsultancy.com> (raw)


I'd like to load an image incrementally and draw what has been loaded until 
loading is complete. My "loading" code is an ocamlyacc parser. What's the 
easiest way to convert it into something which incrementally produces output?

My guess is that I use ocaml's threads and make the parser compose its output 
by way of side effects, such that the intermediate results can be read. 
Perhaps an alterative is to make the loader recycle loaded data and a stream. 
Does anyone have any example code which does this kind of thing?

-- 
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists


                 reply	other threads:[~2005-06-01 22:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200506012339.17990.jon@ffconsultancy.com \
    --to=jon@ffconsultancy.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).