summaryrefslogtreecommitdiff
path: root/include/mbgl/actor
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-no-automatic-move (bonus)Thiago Marcos P. Santos2020-04-171-2/+2
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-232-2/+2
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Move mbgl::Pass and mbgl::PassRefPtr to a separate headerMikhail Pozdnyakov2020-02-261-17/+2
* [core] Use weak scheduler inside mailboxAlexander Shalamov2020-01-231-1/+3
* [core] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-021-2/+19
* [core] Introduce Scheduler::GetSequenced() APIMikhail Pozdnyakov2019-11-281-0/+13
* [core] Add Scheduler::scheduleAndReplyValue() APIMikhail Pozdnyakov2019-11-051-0/+27
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-0/+10
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+4
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-042-6/+6
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-102-0/+10
* [core] Make ActorRef methods constMikhail Pozdnyakov2019-05-101-2/+2
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-035-48/+179
* [core] Actor/ActorRef - ask calls to void methodsIvo van Dongen2017-09-221-0/+26
* [core] current schedulerIvo van Dongen2017-08-091-6/+9
* [core] make actor self reference optional - againIvo van Dongen2017-08-081-2/+7
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-071-8/+0
* [core] make actor self reference optionalIvo van Dongen2017-07-241-3/+15
* [core] add ask pattern to actor refIvo van Dongen2017-07-241-0/+21
* [core] implement ask pattern in actorIvo van Dongen2017-07-242-0/+46
* [core] Store pointer instead of referect to the Object in ActorRefThiago Marcos P. Santos2017-06-261-3/+3
* [core] Make the mbgl/actor headers publicThiago Marcos P. Santos2017-06-263-0/+168
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-1/+1
* [core] Block in Mailbox::close() until neither receive nor push are in progressJohn Firebaugh2017-05-241-2/+4
* [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-282-0/+71