Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/techschool/simplebank
/ Shutdown
Method
Shutdown
worker/processor.go:20–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
type
TaskProcessor
interface
{
19
Start() error
20
Shutdown()
21
ProcessTaskSendVerifyEmail(ctx context.Context, task *asynq.Task) error
22
}
23
Callers
2
runGatewayServer
Function · 0.65
Shutdown
Method · 0.65
Implementers
1
RedisTaskProcessor
worker/processor.go
Calls
no outgoing calls
Tested by
no test coverage detected