fix Trigger references in the stream cookbook example for digest #24317
* replace Trigger with Unit * cosmetic changes in docs.stream.cookbook tests
This commit is contained in:
parent
1574faf180
commit
8fcf728b7a
15 changed files with 52 additions and 90 deletions
|
|
@ -4,9 +4,6 @@ import akka.stream.{ ClosedShape, OverflowStrategy }
|
|||
import akka.stream.scaladsl._
|
||||
import akka.stream.testkit._
|
||||
|
||||
import scala.collection.immutable
|
||||
import scala.concurrent.Await
|
||||
|
||||
class RecipeDroppyBroadcast extends RecipeSpec {
|
||||
|
||||
"Recipe for a droppy broadcast" must {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue