Documentation ¶ Index ¶ type Scheduler func New(log logging.Logger, toEngine chan<- common.Message) (Scheduler, chan<- common.Message) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Scheduler ¶ type Scheduler interface { Dispatch(startTime time.Time) // Client must guarantee that [SetBuildBlockTime] // is never called after [Close] SetBuildBlockTime(t time.Time) Close() } func New ¶ func New(log logging.Logger, toEngine chan<- common.Message) (Scheduler, chan<- common.Message) Source Files ¶ View all Source files scheduler.go Click to show internal directories. Click to hide internal directories.