Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncTaskService ¶
type AsyncTaskService struct {
// contains filtered or unexported fields
}
func (*AsyncTaskService) Add ¶
func (lat *AsyncTaskService) Add(ctx context.Context, task Task) error
func (*AsyncTaskService) LatestHandled ¶
func (lat *AsyncTaskService) LatestHandled(key string) (Task, error)
func (*AsyncTaskService) Ready ¶
func (lat *AsyncTaskService) Ready() <-chan struct{}
func (*AsyncTaskService) Run ¶
func (lat *AsyncTaskService) Run()
func (*AsyncTaskService) Stop ¶
func (lat *AsyncTaskService) Stop()
Click to show internal directories.
Click to hide internal directories.