GLib - MainLoop Behavior



Hi list..

I have a question about GMailLoop: does it process
events concurrently or does it process one event
completely before processing another one?

Basicaly, my question is if the implementation is
something like:

while (1) {
  select 
  process event
}

or 

while (1) {
  select
  dispatch thread to process event
}


Thanks in advance.

Nelio


=====
+------------------------------------------------------------------------+
                       http://www.ime.usp.br/~nelio

_______________________________________________________________________
Yahoo! Mail
O melhor e-mail gratuito da internet: 6MB de espaço, antivírus, acesso POP3, filtro contra spam. 
http://br.mail.yahoo.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]