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:

  1. When it's writing, pending the reading.
  2. When it's reading, pending the writing.
  3. Reading can happen concurrently.