added custom linear stages section
This commit is contained in:
parent
fc8560afa9
commit
beffbab601
9 changed files with 1374 additions and 7 deletions
|
|
@ -8,6 +8,7 @@ class StreamBuffersRateSpec extends AkkaSpec {
|
|||
implicit val mat = FlowMaterializer()
|
||||
|
||||
"Demonstrate pipelining" in {
|
||||
def println(s: Any) = ()
|
||||
//#pipelining
|
||||
Source(1 to 3)
|
||||
.map { i => println(s"A: $i"); i }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue