Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶
type GoAsynqClient ¶
func DefaultClient ¶
func DefaultClient() *GoAsynqClient
func GetClient ¶
func GetClient(names ...string) *GoAsynqClient
func NewClient ¶
func NewClient(config ClientConfig) *GoAsynqClient
func (*GoAsynqClient) Close ¶
func (c *GoAsynqClient) Close() error
type GoAsynqServer ¶
func DefaultServer ¶
func DefaultServer() *GoAsynqServer
func GetServer ¶
func GetServer(names ...string) *GoAsynqServer
func RunServer ¶
func RunServer(config ServerConfig) *GoAsynqServer
func (*GoAsynqServer) Handle ¶
func (s *GoAsynqServer) Handle(taskTypeTopic string, handler asynq.Handler)
func (*GoAsynqServer) HandleFunc ¶
func (*GoAsynqServer) Stop ¶
func (s *GoAsynqServer) Stop()
Click to show internal directories.
Click to hide internal directories.