Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scala> val src = Source.fromFuture(Future.successful(1 to 10))
- src: akka.stream.scaladsl.Source[scala.collection.immutable.Range.Inclusive,akka.NotUsed] = Source(SourceShape(FutureSource.out(51943878)))
- akka.stream.scaladsl.Source[Future[scala.collection.immutable.Range.Inclusive],akka.NotUsed]
Add Comment
Please, Sign In to add comment