workers

package
v0.0.0-...-790482d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2016 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ModuleName = "workers"
View Source
var Version = "1.0.0"
View Source
var Workers map[string]*Worker = map[string]*Worker{}

Functions

This section is empty.

Types

type Worker

type Worker struct {
	Poll     int64
	Name     string
	FnSource string
	Function otto.Value
	Input    chan string
	Output   chan string
	Control  chan struct{}
	Runtime  *otto.Otto
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL