Skip to content

Commit

Permalink
Fix Pekko stream import
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Ciesielski <[email protected]>
  • Loading branch information
Pask423 and kciesielski authored Apr 26, 2024
1 parent bfb55e9 commit 2f3c287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Class Effect type Supported
``HttpURLConnectionBackend`` None (``Identity``) ``java.io.InputStream`` (blocking) no no
``TryHttpURLConnectionBackend`` ``scala.util.Try`` ``java.io.InputStream`` (blocking) no no
``AkkaHttpBackend`` ``scala.concurrent.Future`` ``akka.stream.scaladsl.Source[ByteString, Any]`` yes (regular & streaming) yes
``PekkoHttpBackend`` ``scala.concurrent.Future`` ``pekko.stream.scaladsl.Source[ByteString, Any]`` yes (regular & streaming) yes
``PekkoHttpBackend`` ``scala.concurrent.Future`` ``org.apache.pekko.stream.scaladsl.Source[ByteString, Any]`` yes (regular & streaming) yes
``ArmeriaFutureBackend`` ``scala.concurrent.Future`` n/a no yes
``ArmeriaScalazBackend`` ``scalaz.concurrent.Task`` n/a no yes
``ArmeriaZioBackend`` ``zio.Task`` ``zio.stream.Stream[Throwable, Byte]`` no yes
Expand Down

0 comments on commit 2f3c287

Please sign in to comment.