Commit graph

10 commits

Author SHA1 Message Date
Roland Kuhn
e7cfaeeee8 =doc First draft of Streams design principles 2014-11-28 09:12:17 +01:00
Martynas Mickevičius
412003c11e !str #16066 rename connect to via/to
* add missing implicit conversions for ~>
* tests for all combinations when using ~>
2014-10-31 10:43:42 +02:00
Patrik Nordwall
7c0c618791 !str #16039 Remove old scaladsl, rename scaladsl2
* and impl2, testkit2
* keeping io2 for now
2014-10-28 14:20:19 +01:00
Konrad 'ktoso' Malawski
cc4fd5ca2c !str #15121 MaterializerSettings now uses a config object
Resolves #15121
2014-09-01 19:21:57 +02:00
Patrik Nordwall
1bb5d37780 !str #15551 Switch to implicit passing of FlowMaterializer
* implicit param
* change tests to use implicit materializer
* add ActorFlow trait that provides an implicit materializer inside an actor
  in the right way, i.e. encourage usage of that instead of
  implicit def mat(implicit arf: ActorRef): FlowMaterializer
* make http compile, but those who know the api better will have to adjust
  to take full advantage of the implicit materializer
2014-08-21 13:40:43 +02:00
Patrik Nordwall
fdc5532483 !str #15076 Make foreach a terminal operation, returning Future[Unit] 2014-08-15 17:32:46 +02:00
Viktor Klang
bb8ab0a925 = str - #15621 - Moving FlowMaterializer argument to the end of all Flow and Duct methods which uses it. 2014-08-05 11:36:07 +02:00
Björn Antonsson
ccf902ef86 +pro,doc Make sure that doc gets published during subproject release 2014-06-26 11:51:46 +02:00
Björn Antonsson
e32ba9c54a +pro,hco,par Make sure that things build on both 2.10 and 2.11 2014-06-26 11:51:45 +02:00
Johannes Rudolph
c6993dd279 =doc first parts of HTTP model documentation 2014-06-16 23:09:51 +02:00