Step1

final class Step1(poolSize: Int)
class Object
trait Matchable
class Any

Value members

Concrete methods

def fixedContextPerThread()(implicit l: Language): Step2A[Future]
def fixedContextPerThread(ls: Seq[Language]): Step2A[Future]
def fixedContextPerThread(f: Engine => Context): Step2A[Future]
def newContextPerUse()(implicit l: Language): Step2A[Future]
def newContextPerUse(ls: Seq[Language]): Step2A[Future]
def newContextPerUse(f: Engine => Context): Step2A[Future]