MCPcopy Create free account
hub / github.com/codnect/chrono / SimpleTaskScheduler

Struct SimpleTaskScheduler

scheduler.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type SimpleTaskScheduler struct {
17 taskExecutor TaskExecutor
18}
19
20func NewSimpleTaskScheduler(executor TaskExecutor) *SimpleTaskScheduler {
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected