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