gradle-baseline icon indicating copy to clipboard operation
gradle-baseline copied to clipboard

Forbid unbounded waiting on Futures/Latches etc.

Open gatesn opened this issue 5 years ago • 1 comments

What did you want to happen?

  • Latch#await() -> Latch#await(duration)
  • Future#get() -> Future#get(duration)
  • etc.

gatesn avatar Feb 05 '20 14:02 gatesn

How about Futures#getUnchecked?

robert3005 avatar Feb 05 '20 14:02 robert3005