Commit Graph

4 Commits

Author SHA1 Message Date
Yonit Halperin
74db5629bd spice client: fixed missing AutoRef 2010-01-03 17:19:59 +02:00
Yonit Halperin
9b12f7ca8c spice client: remove timer interface from platform - use Application (via ProcessLoop interface). 2010-01-03 17:19:35 +02:00
Yonit Halperin
78f8d4b9e8 spice client: creating a general process loop.
The process loop is responsible for: 1) waiting for events 2) timers 3) events queue for
actions that should be performed in the context of the thread and are pushed from other threads.
The benefits:
1) remove duplicity: till now, there was one implementaion of events loop for the channels and
another one for the main thread.
2) timers can be executed on each thread and not only on the main thread.
3) events can be pushed to each thread and not only to the main thread.
In this commit, only the main thread was modified to use the new process loop.
2010-01-03 17:17:06 +02:00
Yaniv Kamay
c1b79eb035 fresh start 2009-10-14 15:06:41 +02:00