Synchronous

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.

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

trait Serializable
class Object
trait Matchable
class Any
object Unbounded
class Fail
class Evicted[A]
class DropNew
class DropOld

Value members

Concrete fields

override val isSynchronous: Boolean

Inherited fields

val isEvicted: Boolean
Inherited from
OverflowStrategy