Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Background ¶
type Background struct {
// contains filtered or unexported fields
}
Background is the background service.
func (*Background) AttachGoroutine ¶
func (b *Background) AttachGoroutine(f func())
AttachGoroutine creates a goroutine on a given function and tracks it using the background's WaitGroup.
Click to show internal directories.
Click to hide internal directories.