summaryrefslogtreecommitdiff
path: root/src/mbgl/actor
Commit message (Expand)AuthorAgeFilesLines
* [core] Make the mbgl/actor headers publicThiago Marcos P. Santos2017-06-263-168/+0
* [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] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-282-71/+0
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-202-0/+8
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-202-82/+0
* [core] Fix ThreadPool race condition (#6388)John Firebaugh2016-09-202-7/+13
* [core] Document the ActorRef<O> argument passed to O's constructorJohn Firebaugh2016-09-161-6/+7
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-168-0/+367