AsyncStack

dev.tauri.choam.async.AsyncStack
See theAsyncStack companion object
abstract class AsyncStack[F[_], A]

Attributes

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

Members list

Value members

Abstract methods

def pop: F[A]

Attributes

Source
AsyncStack.scala
def push: Rxn[A, Unit]

Attributes

Source
AsyncStack.scala
def tryPop: Axn[Option[A]]

Attributes

Source
AsyncStack.scala