parent
d7b45e0fc3
commit
e6e476d82a
146 changed files with 910 additions and 740 deletions
|
|
@ -100,7 +100,7 @@ class FlowDocSpec extends AkkaSpec {
|
|||
Source(List(1, 2, 3))
|
||||
|
||||
// Create a source from a Future
|
||||
Source(Future.successful("Hello Streams!"))
|
||||
Source.fromFuture(Future.successful("Hello Streams!"))
|
||||
|
||||
// Create a source from a single element
|
||||
Source.single("only one element")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue