I'm curious what the best idiomatic way of handling events is (e.g.
receiving a series of messages and dispatching functions on the basis
of the messages).  One could use the 'experimental' add-watch(er)
functions.  But it might also be nice to do something stream-oriented,
e.g. a doseq on a stream of events.  But the trouble is this dies as
soon as the events stop arriving.  Can event seqs be 'kept alive'
somehow (preferably without blocking)?
    This seems like a pretty basic capability, so I figured it was
worth provoking discussion about.

Nick.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to