summaryrefslogtreecommitdiffhomepage
path: root/util/execqueue/execqueue.go
AgeCommit message (Collapse)AuthorFilesLines
2024-01-18control/controlclient,util/execqueue: extract execqueue into a packageJames Tucker1-0/+104
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>