Queue

object Queue
Companion:
class
class Object
trait Matchable
class Any
Queue.type

Value members

Concrete methods

final def bounded[F[_], A](capacity: Int)(implicit R: Runtime[Any], F: LiftIO[F], trace: Trace): F[Queue[F, A]]
See also:

zio.Queue.bounded

final def dropping[F[_], A](capacity: Int)(implicit R: Runtime[Any], F: LiftIO[F], trace: Trace): F[Queue[F, A]]
See also:

zio.Queue.dropping

final def sliding[F[_], A](capacity: Int)(implicit R: Runtime[Any], F: LiftIO[F], trace: Trace): F[Queue[F, A]]
See also:

zio.Queue.sliding

final def unbounded[F[_], A](implicit R: Runtime[Any], F: LiftIO[F], trace: Trace): F[Queue[F, A]]
See also:

zio.Queue.unbounded