aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/coro/lazy
Commit message (Expand)AuthorAgeFilesLines
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-8/+7
* return value forwarding for Lazy<T>Håvard Pettersen2022-11-081-0/+21
* wait for the completion of a Lazy<T> in non-coroutine codeHåvard Pettersen2022-11-041-9/+54
* enable scheduling a coroutine on an executorHåvard Pettersen2022-11-021-30/+35
* Add fallback variant when std::jthread is not available. (#24440)Tor Egge2022-10-141-2/+5
* add suppression and make saferHåvard Pettersen2022-10-131-5/+5
* more coroutinesHåvard Pettersen2022-10-121-0/+74
* experiment with coroutinesHåvard Pettersen2022-10-062-0/+53