mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Use base::WaitableEvent for thread synchronization to eliminate Windows dependency.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@91 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -46,7 +46,7 @@ class CefThread : public base::Thread {
|
||||
// This is the thread that interacts with the file system.
|
||||
FILE,
|
||||
|
||||
// This is the thread that processes IPC and network messages.
|
||||
// This is the thread that processes network and schema messages.
|
||||
IO,
|
||||
|
||||
// This identifier does not represent a thread. Instead it counts the
|
||||
|
Reference in New Issue
Block a user