Files
Kabir Oberai 7f151a9c66 Fix tmpdir reentrancy (#234)
Previously, we would clear xtool's temporary directory on startup. This
(practically) meant you couldn't have multiple instances running in
parallel, because the second instance could delete the first instance's
temp resources while the first instance still needed them. Fix this by
having xtool instances declare locks on their temporary directories.
2026-06-22 02:22:42 -04:00
..
2026-05-16 20:57:29 -04:00
2025-05-06 13:09:18 +05:30
2026-05-16 22:40:45 -04:00
2025-05-31 19:38:57 +05:30
2026-06-22 02:22:42 -04:00