mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
There still appear to be crashes occurring when using libgit2 from multiple workers at the same time. So only start a new status worker once the current one completes if a refresh was requested while a worker was running. Closes #367