aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/osutil/semaphore.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/osutil: move Semaphore from pkg/instanceDmitry Vyukov2025-11-241-0/+42
Semaphore is a very low-level primitive type, while pkg/instance is a very high-level package with lots of deps. Semaphore does not belong there, and may lead to cyclic deps if we use it more. Move it to pkg/osutil. It's not really OS-specific, but we don't have a better package.