MCPcopy Create free account
hub / github.com/evilsocket/islazy / Job

Interface Job

async/queue.go:10–10  ·  view source on GitHub ↗

Job is the generic interface object representing the data being pushed to the jobs queue and being passed to the workers.

Source from the content-addressed store, hash-verified

8// Job is the generic interface object representing the data being
9// pushed to the jobs queue and being passed to the workers.
10type Job interface{}
11
12// Logic is the implementation of the logic each worker will execute.
13type Logic func(arg Job)

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected