[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutine vs threads
- From: Florian Weimer <fw@...>
- Date: Sun, 17 Jul 2011 21:01:30 +0200
* Gaspard Bucher:
> A lot of stuff are callback based:
>
> * Multicast DNS (Bonjour/ZeroConf)
> * WiiMote driver
> * oscpack
> * RtMidi
> * VideoIn
Oh well. Forget what I wrote, your original list looked like a good
match for the event-based model.
> But I am still not sure if the effort is worth the trouble:
I don't think there are any multi-threaded GUIs, so you still have to
communicate with the GUI using message passing of some sorts.
Regarding the rest, I don't know these libraries and their
requirements.