summaryrefslogtreecommitdiff
path: root/test/actor
Commit message (Expand)AuthorAgeFilesLines
* [tests] Fix -Werror=shadow issues in the unit testsThiago Marcos P. Santos2019-12-122-120/+81
* [core] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-021-1/+1
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+2
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-041-1/+1
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-102-59/+40
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-14/+85
* [core] Actor/ActorRef - ask calls to void methodsIvo van Dongen2017-09-222-0/+44
* [core] make actor self reference optional - againIvo van Dongen2017-08-081-0/+31
* [core] Removed unused constructorupstream/tvn-test-ci-time-outThiago Marcos P. Santos2017-08-071-31/+0
* [core] make actor self reference optionalIvo van Dongen2017-07-241-0/+31
* [core] add ask pattern to actor refIvo van Dongen2017-07-241-3/+55
* [core] implement ask pattern in actorIvo van Dongen2017-07-241-0/+24
* [core] add test to demonstrate waiting threads in mailbox::receive won't cras...Ivo van Dongen2017-05-271-0/+56
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-0/+32
* [core] Block in Mailbox::close() until neither receive nor push are in progressJohn Firebaugh2017-05-241-1/+57
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-222-2/+2
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-202-2/+2
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-282-0/+0
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-162-0/+181