On Sat, Jan 26, 2013 at 5:51 AM, Petr P <[email protected]> wrote:

> However, I'm not sure if Ncurses doesn't mind calling getEvent from a
> different thread than the one that updates UI.
>

I don't know if the Haskell bindings change this, but at the C level as
long as automatic echo to a window is turned off, it should be safe to do
reads from one thread and writes from another.

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to