]> source.dussan.org Git - gitea.git/commit
Reduce data races (#14549)
author6543 <6543@obermui.de>
Wed, 3 Feb 2021 21:36:38 +0000 (22:36 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Feb 2021 21:36:38 +0000 (22:36 +0100)
commit87009ab40a905b6f7d267f71434fda2a32725c57
tree6a5d8ad96aa3f1457d70040395f25f30bc49121d
parent0d1444751f755c624ffb4c56cb0020ce7a083c77
Reduce data races (#14549)

* Add race conditions into test

* Fix Race in GetManager()

* DataAsync() use error chan

* just log no chan

* finish
modules/git/blob_nogogit.go
modules/process/manager.go
modules/process/manager_test.go