mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-08-31 02:24:57 -05:00
Previously our synchronous refreshes took far longer because nothing was happening concurrently. We now run refresh functions concurrently and use a wait group to ensure they're all done before returning