FixedSelectorPool

final class FixedSelectorPool(poolSize: Int, bufferSize: Int, threadFactory: ThreadFactory) extends SelectorLoopPool

Provides a fixed size pool of SelectorLoops, distributing work in a round robin fashion

class Object
trait Matchable
class Any

Value members

Concrete methods

def close(): Unit
@tailrec