=str #15707 name unnamed modules
* give name attribute to TickSource and nested modules * reflow module toString output * give toString to flow
This commit is contained in:
parent
3b9b95b0eb
commit
ee5ec72552
14 changed files with 48 additions and 36 deletions
|
|
@ -106,8 +106,7 @@ class MigrationsScala extends AkkaSpec {
|
|||
// This finishes the stream without emitting anything, just like Source.lazyEmpty did
|
||||
promise.trySuccess(Some(()))
|
||||
|
||||
// FIXME: After https://github.com/akka/akka/pull/18792 merged
|
||||
val ticks = Source(1.second, 3.seconds, "tick")
|
||||
val ticks = Source.tick(1.second, 3.seconds, "tick")
|
||||
//#source-creators
|
||||
|
||||
//#flatMapConcat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue