summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/timer/timer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow longer timeout to allow tests to complete on a heavily loaded system.Henning Baldersheim2023-10-181-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use a timeBomb to ensure test terminates on error.Henning Baldersheim2023-05-151-0/+3
* Ensure thread safety of handlA.Henning Baldersheim2023-05-151-6/+10
* avoid using fastos thread in searchcoreHåvard Pettersen2023-02-271-1/+0
* untangle fnet from fastosHåvard Pettersen2023-02-221-4/+2
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-2/+2
* Include thread to get declaration of std::this_thread::sleep_for().Tor Egge2022-12-151-0/+1
* Add unit test for proper sequencing of task execution and synchronous cleanup.Henning Baldersheim2022-12-131-0/+30
* Remove reset as interface for the executors. Require users to consider lifetime.Henning Baldersheim2022-12-121-10/+0
* Return a handle that will deregister the recurring task when it goes out of s...Henning Baldersheim2022-12-091-4/+13
* Add class that posts tasks at a regular interval to another executor.Geir Storli2022-12-081-24/+57
* Move ScheduledExecutor to searchcore and drop fnet dependency in staging_vesp...Henning Baldersheim2022-05-181-0/+54