_______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Does glib allow for things like a two threaded program with inter-thread
communication via async queues while each thread has a separate main
loop waiting for both external stimulus and new queue messages to
arrive? In other words, a) can a main loop be made to run a callback
when a queue message arrives without polling (possibly futex based on
linux), and b) can two threads each have a main loop?
- main loop & asynchronous queues Thomas Stover
- Re: main loop & asynchronous queues Chris Vine
- Re: main loop & asynchronous queues Thomas Stover
- Re: main loop & asynchronous queues Chris Vine
- Re: main loop & asynchronous queues Thomas Stover
- Re: main loop & asynchronous queue... Chris Vine