[This is preliminary documentation and is subject to change.]
Existing thread IDs.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| UI | 0 | The main thread in the browser. This will be the same as the main application thread if CefInitialize() is called with a CefSettings.multi_threaded_message_loop value of false. | |
| DB | 1 | Used to interact with the database. | |
| File | 2 | Used to interact with the file system. | |
| FileUserBlocking | 3 | Used for file system operations that block user interactions. Responsiveness of this thread affects users. | |
| ProcessLauncher | 4 | Used to launch and terminate browser processes. | |
| Cache | 5 | Used to handle slow HTTP cache operations. | |
| IO | 6 | Used to process IPC and network messages. | |
| Renderer | 7 | The main thread in the renderer. Used for all WebKit and V8 interaction. |
See Also