Skip to content

Commit a6f8d3e

Browse files
authored
Update ApplicationSettings.md - multi_threaded_message_loop
1 parent 61ffdf4 commit a6f8d3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

api/ApplicationSettings.md

Lines changed: 7 additions & 0 deletions
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)