MCPcopy Index your code
hub / github.com/codnect/chrono / ScheduledTask

Interface ScheduledTask

task.go:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93type ScheduledTask interface {
94 Cancel()
95 IsCancelled() bool
96}
97
98type ScheduledRunnableTask struct {
99 id int

Implementers 2

Calls

no outgoing calls

Tested by

no test coverage detected