GraalContextPool

trait GraalContextPool[F[_]] extends AbstractGraalContext[F]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

unsafe because impure

unsafe because impure

def unsafeShutdown(): Unit

unsafe because impure

unsafe because impure

Inherited methods

def eval[A](expr: Expr[A], metricWriter: Writer): F[Result[A]]
Value Params
metricWriter

This is in addition to any other metrics writers supplied in the construction of the context.

Inherited from
AbstractGraalContext
final def eval[A](expr: Expr[A]): F[Result[A]]
Inherited from
AbstractGraalContext
def evalWithStats[A](expr: Expr[A], metricWriter: Writer): F[AndExprResult[A]]
Value Params
metricWriter

This is in addition to any other metrics writers supplied in the construction of the context.

Inherited from
AbstractGraalContext
final def evalWithStats[A](expr: Expr[A]): F[AndExprResult[A]]
Inherited from
AbstractGraalContext
def trans[G[_]](f: Trans[F, G]): AbstractGraalContext[G]
Inherited from
AbstractGraalContext

Abstract fields

val poolSize: Int