summaryrefslogtreecommitdiff
path: root/include/mbgl/util/work_task.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Removed unused methodsThiago Marcos P. Santos2017-06-261-3/+0
| | | | No longer needed after refactoring ::setResourceTransform.
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-081-3/+3
|
* [core] Extract WorkTaskImpl from run_loop.hppJohn Firebaugh2016-09-081-0/+8
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-0/+21
This should be abstracted by util::RunLoop