package
0.6.0
Repository: https://github.com/fugue/zim.git
Documentation: pkg.go.dev

# Functions

NewGraphScheduler returns a default scheduler.

# Constants

Completed indicates the Rule ran successfully.
Error indicates that Rule execution was attempted but had an error.
Running indicates the Rule is currently running.
Unscheduled says that Rule has not had a chance to run yet.

# Structs

Options used to configure the Scheduler.

# Interfaces

Scheduler for jobs.

# Type aliases

Status indicates the running state of a rule in the scheduler.