* deprecates awaitTermination, shutdown and isTerminated * introduces a terminate-method that returns a Future[Unit] * introduces a whenTerminated-method that returns a Future[Unit] * simplifies the implementation by removing blocking constructs * adds tests for terminate() and whenTerminated |
||
|---|---|---|
| .. | ||
| EchoServer.scala | ||
| IODocSpec.scala | ||
| ReadBackPressure.scala | ||
| UdpDocSpec.scala | ||