summaryrefslogtreecommitdiffhomepage
path: root/util/execqueue
AgeCommit message (Collapse)AuthorFilesLines
2025-01-24util/execqueue: add metricsandrew/execqueue-metricsAndrew Dunham1-0/+40
Expose enough metrics to get a sense of queue depth, use and if it has stalled. Updates tailscale/corp#26058 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I271ac8d03f3db587a33aca6964fe92f2833e1251
2024-01-18control/controlclient,util/execqueue: extract execqueue into a packageJames Tucker2-0/+126
This is a useful primitive for asynchronous execution of ordered work I want to use in another change. Updates tailscale/corp#16833 Signed-off-by: James Tucker <james@tailscale.com>