scheduler

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: MIT Imports: 2 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Job

type Job func()

type Scheduler

type Scheduler interface {
	Worker() Worker
}

func Elastic

func Elastic() Scheduler

func Immediate

func Immediate() Scheduler

func NewElastic added in v0.0.9

func NewElastic(size int) Scheduler

type Worker

type Worker interface {
	Do(Job)
}

Jump to

Keyboard shortcuts

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