summaryrefslogtreecommitdiff
path: root/src/mbgl/actor/mailbox.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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