MCPcopy Index your code
hub / github.com/sourcegraph/conc / Callback

FuncType Callback

stream/stream.go:53–53  ·  view source on GitHub ↗

Callback is a function that is returned by a Task. Callbacks are called in the same order that tasks are submitted.

func()

Source from the content-addressed store, hash-verified

51// Callback is a function that is returned by a Task. Callbacks are
52// called in the same order that tasks are submitted.
53type Callback func()
54
55// Go schedules a task to be run in the stream's pool. All submitted tasks
56// will be executed concurrently in worker goroutines. Then, the callbacks

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…