Packages

  • package root
  • package unblocking

    a collection of utility functions for translating from a blocking iterator to a non-blocking enumerator or stream from various streaming libraries.

    a collection of utility functions for translating from a blocking iterator to a non-blocking enumerator or stream from various streaming libraries.

    converters from IteratorGen are provided for the following asynchronous types:

    - a Scala standard library Future[Seq[_]] - an Akka Streams akka.stream.scaladsl.Source - an iteratee.io enumerator - an FS2 stream - a Play Enumerator

    something for FS2 in the works...

p

root package

package root

Ungrouped