Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
type Interpreter struct {
// contains filtered or unexported fields
}
func NewInterpreter ¶
func NewInterpreter(l *lexer.Lexer, cancel context.CancelFunc) *Interpreter
func (*Interpreter) Check ¶
func (i *Interpreter) Check() bool
func (*Interpreter) SetEnvSize ¶
func (i *Interpreter) SetEnvSize(size int)
func (*Interpreter) SetPoolSize ¶
func (i *Interpreter) SetPoolSize(size int)
func (*Interpreter) Start ¶
func (i *Interpreter) Start()
Click to show internal directories.
Click to hide internal directories.