Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 312 Bytes

File metadata and controls

19 lines (9 loc) · 312 Bytes

Project will move to github. Find this wiki page at the new address: https://github.com/cztomczak/cefpython/wiki/Callback


Callback object

Generic callback interface used for asynchronous continuation.

CEF 3

void Continue()

Continue processing.

void Cancel()

Cancel processing.