added custom linear stages section

This commit is contained in:
Endre Sándor Varga 2014-12-22 16:56:11 +01:00
parent fc8560afa9
commit beffbab601
9 changed files with 1374 additions and 7 deletions

View file

@ -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 }