Diving into Akka Streams
Kevin Webber
868

Hey Kevin, first of all I wanted to thank you for useful material.

Also want to point out there’s some glitch in your explanation of `Merge` vs `Concat`. So as far as I know the difference is that `Merge` forward signals as they come while `Concat` first forwards all signals from the first source and only when it completes it forwards from the second and so on.