Package

polynote.kernel

interpreter

Permalink

package interpreter

Visibility
  1. Public
  2. All

Type Members

  1. class CellExecutor extends Executor

    Permalink

    A ZIO Executor which captures standard output from the given task into the given publisher, and sets the context ClassLoader of the task to the given ClassLoader.

  2. class CellIO extends Blocking with CurrentRuntime

    Permalink

    We provide a customized blocking service to the code execution tasks.

    We provide a customized blocking service to the code execution tasks. It captures standard output into the publisher and sets the thread's context classloader.

  3. class CoreInterpreters extends Loader

    Permalink
  4. trait Interpreter extends AnyRef

    Permalink
  5. trait Loader extends AnyRef

    Permalink
  6. trait State extends AnyRef

    Permalink

    A state of cell execution.

Value Members

  1. object CellIO extends Serializable

    Permalink
  2. object Interpreter

    Permalink
  3. object Loader

    Permalink
  4. object State

    Permalink
  5. package python

    Permalink
  6. package scal

    Permalink

Ungrouped