You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Update to CEF 133.4.6
This commit is contained in:
@ -19,7 +19,9 @@
|
||||
<code>type TCefTask = record</code></p>
|
||||
<h2 class="description">Description</h2>
|
||||
<p>
|
||||
Implement this structure for asynchronous task execution. If the task is posted successfully and if the associated message loop is still running then the execute() function will be called on the target thread. If the task fails to post then the task object may be destroyed on the source thread instead of the target thread. For this reason be cautious when performing work in the task object destructor. </p>
|
||||
Implement this structure for asynchronous task execution. If the task is posted successfully and if the associated message loop is still running then the execute() function will be called on the target thread. If the task fails to post then the task object may be destroyed on the source thread instead of the target thread. For this reason be cautious when performing work in the task object destructor.
|
||||
|
||||
<p>NOTE: This struct is allocated client-side. </p>
|
||||
<p>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user