SPSCBuffer

trait SPSCBuffer[A]

Buffer. access to buffer is exclusive by owner channel, different loops can start in different threads but only one loop can be active at the samw time

Source:
SPSCBuffer.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def finishRead(): Boolean
def isEmpty(): Boolean
def isFull(): Boolean
def local(): Unit
def publish(): Unit
def write(a: A): Boolean