sbt/main
Ethan Atkins afac5e5067 Block watch until threads spin up
I occassionally end up in a state where watch input does not seem to be
read. To rule out the possibility that the background thread that reads
input has not successfully started, this commit makes it so that we
block until the thread signals that it has started via a CountDownLatch.

The diff is superficially big because of an indentation change at the
bottom.
2020-08-31 11:36:39 -07:00
..
src Block watch until threads spin up 2020-08-31 11:36:39 -07:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00