package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

New returns a new Scheduler that will execute Tasks with exec.

# Structs

Batch describes the batching rules for a scheduled Task.
Executable holds a task and it's result.
Scheduler schedules Tasks to Executors, batching where possible.

# Interfaces

Task represents a single unit or work.

# Type aliases

Executor is the executor of Executables.
Result is the result of an executed Task.