MCPcopy
hub / github.com/lonng/nano / LocalScheduler

Interface LocalScheduler

scheduler/scheduler.go:39–41  ·  view source on GitHub ↗

LocalScheduler schedules task to a customized goroutine

Source from the content-addressed store, hash-verified

37
38// LocalScheduler schedules task to a customized goroutine
39type LocalScheduler interface {
40 Schedule(Task)
41}
42
43type Task func()
44

Callers 1

localProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…