MVarPartiallyApplied

class Object
trait Matchable
class Any

Value members

Concrete methods

def put(a: A): F[Unit]
def swap(a: A): F[A]
def tryPut(a: A): F[Boolean]

Concrete fields

val read: F[A]
val take: F[A]
val tryRead: F[Option[A]]
val tryTake: F[Option[A]]