Packages

object IOUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class IOBackoff[A, F[_]] extends AnyRef

    Implement non-blocking Exponential Backoff on a Task.

Value Members

  1. def parJoin[K, V](ranges: Iterator[(BigInt, BigInt)])(readFunc: (BigInt) ⇒ Vector[(K, V)])(implicit runtime: IORuntime): Vector[(K, V)]
  2. def parJoinIO[K, V](ranges: Iterator[(BigInt, BigInt)])(readFunc: (BigInt) ⇒ IO[Vector[(K, V)]])(implicit runtime: IORuntime): Vector[(K, V)]