Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundTaskManager ¶
type BackgroundTaskManager struct {
// contains filtered or unexported fields
}
func NewBackgroundTaskManager ¶
func NewBackgroundTaskManager(logger *zap.Logger) *BackgroundTaskManager
func (*BackgroundTaskManager) AddTask ¶
func (btm *BackgroundTaskManager) AddTask(function interface{}, args ...interface{})
func (*BackgroundTaskManager) Close ¶
func (btm *BackgroundTaskManager) Close()
Click to show internal directories.
Click to hide internal directories.