File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,13 @@ thread. If false (0) than the [cefpython](cefpython.md).MessageLoopWork()
319319function must be called from your application message loop. This option is
320320only 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+
322329This option is not and cannot be supported on OS-X for architectural reasons.
323330
324331
You can’t perform that action at this time.
0 commit comments