aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/invokeserviceimpl.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Notify invokerservice that it is being closed.Henning Baldersheim2022-12-211-0/+2
* Use a reference instead of a pointer, as it will always be present now.Henning Baldersheim2022-03-031-1/+1
* Let the InvocationService drive the clock instead of having its own ticking l...Henning Baldersheim2022-03-031-3/+5
* - Use std::move(func).Henning Baldersheim2021-11-301-1/+1
* Autogenerate a tag for cleanup when unregistering.Henning Baldersheim2021-11-301-2/+3
* Use lambda to avoid static member function.Henning Baldersheim2021-11-301-1/+0
* generalize from wakeup to invoke.Henning Baldersheim2021-11-291-0/+36