Take

dev.tauri.choam.async.AsyncQueue.Take
sealed trait Take[+A]

Attributes

Source
AsyncQueue.scala
Graph
Supertypes
trait Poll[A]
class Object
trait Matchable
class Any
Known subtypes
trait SourceSink[A]
trait AsyncQueue[A]
trait WithSize[A]

Members list

Value members

Abstract methods

def take[F[_], AA >: A](implicit F: AsyncReactive[F]): F[AA]

Attributes

Source
AsyncQueue.scala

Inherited and Abstract methods

def poll: Rxn[Option[A]]

Attributes

Inherited from:
Poll
Source
Queue.scala