summaryrefslogtreecommitdiff
path: root/include/mbgl/util/thread.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] limit thread's scope to release the Object before detaching the threadŁukasz Paczos2019-05-241-11/+15
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-221-0/+3
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-22/+33
* [core] prioritize Thread::pause() callsKonstantin Käfer2018-02-061-1/+1
* [core] use the RunLoop's schedule call directlyKonstantin Käfer2018-02-061-18/+1
* [core] enable Thread destruction from arbitrary threadsIvo van Dongen2017-08-301-2/+0
* [core] make thread.hpp publicIvo van Dongen2017-08-301-0/+163