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

FuncType Task

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

Task is a task that is submitted to the stream. Submitted tasks will be executed concurrently. It returns a callback that will be called after the task has completed.

func() Callback

Source from the content-addressed store, hash-verified

47// be executed concurrently. It returns a callback that will be called after
48// the task has completed.
49type Task func() Callback
50
51// Callback is a function that is returned by a Task. Callbacks are
52// called in the same order that tasks are submitted.

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…