Packages

sealed abstract class Synchronous[+A] extends OverflowStrategy[A]

A category of OverflowStrategy for buffers that can be used synchronously, without worrying about back-pressure concerns.

Source
OverflowStrategy.scala
Linear Supertypes
OverflowStrategy[A], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Synchronous
  2. OverflowStrategy
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val isEvicted: Boolean
    Definition Classes
    OverflowStrategy
  2. val isSynchronous: Boolean
    Definition Classes
    SynchronousOverflowStrategy