package
0.0.0-20231225165741-4f4fead52814
Repository: https://github.com/the-flash/code-racer.git
Documentation: pkg.go.dev

# Functions

Load loads scheduling algorithms for each runtime specified in the manifest.
NewRandomScheduler returns an instance of RandomScheduler.
NewRoundRobinScheduler create a new instance of the round robin scheduler.

# Structs

RandomScheduler random scheduling algorithm.
RoundRobinScheduler round robin scheduling algorithm.
Scheduler determines which container to use in executions.

# Interfaces

Algorithm interface for scheduling algorithms.