summaryrefslogtreecommitdiff
path: root/src/mbgl/actor/mailbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-2/+2
* [core] Use weak scheduler inside mailboxAlexander Shalamov2020-01-231-14/+16
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-041-3/+9
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-2/+1
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-4/+31
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-2/+3
* [core] Block in Mailbox::close() until neither receive nor push are in progressJohn Firebaugh2017-05-241-9/+18
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-201-0/+6
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-0/+55