QueuedSender

harness.archive.client.QueuedSender$
See theQueuedSender companion class
object QueuedSender

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def make[R, A](name: String, chunkSize: Int, dumpEvery: Option[Duration], forked: Boolean)(send: Chunk[A] => URIO[R, Unit]): URIO[R & Scope, QueuedSender[R, A]]

Make sure this is not called outside the Scope from which it is returned. (Or it will die)

Make sure this is not called outside the Scope from which it is returned. (Or it will die)

Attributes