summaryrefslogtreecommitdiff
path: root/src/mbgl/actor
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] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-021-4/+4
* [core] Introduce Scheduler::GetSequenced() APIMikhail Pozdnyakov2019-11-281-0/+27
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-1/+8
* [core] Introduce SequencedScheduler and ParallelSchedulerMikhail Pozdnyakov2019-10-071-1/+1
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-041-3/+9
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-1/+19
* [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] current schedulerIvo van Dongen2017-08-091-0/+19
* [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