Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c3mb0/go-do-work
/ types & classes
Types & classes
6 in github.com/c3mb0/go-do-work
⨍
Functions
32
◇
Types & classes
6
Struct
Batch
batch.go:3
Interface
Job
Job interface defines a method through which gdw can execute requested jobs.
job.go:4
Struct
RebelPool
Rebel is used to define a goroutine pool whose purpose is to execute fire-and-forget jobs.
rebel.go:10
Struct
WorkerPool
Worker is used to define a goroutine pool whose results and/or execution are of interest, thus awaitable through WaitGroup.
worker.go:14
Struct
adder
worker_test.go:9
Struct
batchedJob
job.go:8