Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6f8d3e

Browse filesBrowse files
authored
Update ApplicationSettings.md - multi_threaded_message_loop
1 parent 61ffdf4 commit a6f8d3e
Copy full SHA for a6f8d3e

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Collapse file

‎api/ApplicationSettings.md‎

Copy file name to clipboardExpand all lines: api/ApplicationSettings.md
+7Lines changed: 7 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@ thread. If false (0) than the [cefpython](cefpython.md).MessageLoopWork()
319319
function must be called from your application message loop. This option is
320320
only supported on Windows.
321321

322+
When this option is set to true, you don't call CEF message loop explicitilly
323+
anymore. Also app's main thread is no more CEF's UI thread, thus many of API
324+
calls will require using cef.[cefpython.md#posttask](PostTask) function to run
325+
code on UI thread. You should also pay attention when reading API docs, as many
326+
handlers/callbacks execute on specific threads, so when this option is On then
327+
your app's code can start executing on different threads.
328+
322329
This option is not and cannot be supported on OS-X for architectural reasons.
323330

324331

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.