Skip to content

Posting tasks on various threads (UI, IO, FILE) #61

Closed
@GoogleCodeExporter

Description

@GoogleCodeExporter
See CefPostTask(), CefPostTaskDelayed() in cef_task.h [1].

See NewCefRunnableFunction(), NewCefRunnableMethod() in cef_runnable.h [2].

These methods are required for Issue 62 to implement. It will be also
useful when doing IO processing, as it shouldn't be done on the UI
thread for performance reasons.

[1] 
https://code.google.com/p/cefpython/source/browse/cefpython/cef1/include/cef_tas
k.h?r=c9f33268d4c7
[2] 
https://code.google.com/p/cefpython/source/browse/cefpython/cef1/include/cef_run
nable.h?r=c9f33268d4c7

Original issue reported on code.google.com by czarek.t...@gmail.com on 6 Jun 2013 at 7:57

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions