RefSink

trait RefSink[F[_], A]
Companion
object
class Object
trait Matchable
class Any
class Ref[F, A]

Value members

Abstract methods

def set(a: A): F[Unit]

Sets the current value to a.

Sets the current value to a.

The returned action completes after the reference has been successfully set.

Satisfies: r.set(fa) *> r.get == fa