issues
search
microsoft
/
build-server-for-gradle
An implementation of the Build Server Protocol for Gradle
MIT License
55
stars
8
forks
source link
Reconsider the concurrent implementation in BuildTargetManager
#42
Open
jdneo
opened
1 year ago
jdneo
commented
1 year ago
Goal:
When it's writing, pending the reading.
When it's reading, pending the writing.
Reading can happen concurrently.
Goal: