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

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

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 startRead(): A
def write(a: A): Boolean