summaryrefslogtreecommitdiff
path: root/src/mbgl/actor
Commit message (Collapse)AuthorAgeFilesLines
* [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-282-71/+0
| | | | Map constructor takes Scheduler&, and consumers are expected to define an implementation. Therefore the interface must be public.
* [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
| | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread
* [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