sbt/testing/agent/src/main/java/sbt
James Roper b337f3d9ac Flush ObjectOutputStreams after construction
This protects against deadlocks between the writing and reading end,
since the ObjectOutputStream constructor writes a header, but does not
flush, and the ObjectInputStream constructor reads the header, and
blocks until it's read.
2013-11-01 13:26:07 -04:00
..
ForkMain.java Flush ObjectOutputStreams after construction 2013-11-01 13:26:07 -04:00
ForkTags.java
FrameworkWrapper.java properly wrap unknown test data structures in serializable ones 2013-06-28 12:12:58 -04:00