StreamSupervisor

gql.interpreter.StreamSupervisor
See theStreamSupervisor companion object
trait StreamSupervisor[F[_]]

Attributes

Companion:
object
Source:
StreamSupervisor.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def acquireAwait[A](stream: Stream[F, A]): F[(StreamToken, Either[Throwable, A])]

Attributes

Source:
StreamSupervisor.scala
def freeUnused(token: StreamToken, resource: ResourceToken): F[Unit]

Attributes

Source:
StreamSupervisor.scala
def release(token: Set[StreamToken]): F[Unit]

Attributes

Source:
StreamSupervisor.scala