summaryrefslogtreecommitdiff
path: root/src/mbgl/util/work_request.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* make WorkRequests cancelableKonstantin Käfer2015-05-081-28/+6
|
* Reference safety for Worker after callbacksJohn Firebaugh2015-05-061-4/+8
| | | | | | | Joining a WorkRequest now ensures that either the after callback has already been executed, or will never be executed. Fixes #1438
* Join worker tasks before destroying TileDataJohn Firebaugh2015-05-041-0/+34
Fixes #1309