Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveGCNotifier ¶
type ActiveGCNotifier struct {
// contains filtered or unexported fields
}
func NewActiveGCNotifier ¶
func NewActiveGCNotifier() *ActiveGCNotifier
NewActiveGCNotifier creates an active GCNotifier.
func (*ActiveGCNotifier) AfterGC ¶
func (n *ActiveGCNotifier) AfterGC() <-chan struct{}
AfterGC implements the GCNotifier interface.
func (*ActiveGCNotifier) Close ¶
func (n *ActiveGCNotifier) Close()
Close implements the GCNotifier interface.
Click to show internal directories.
Click to hide internal directories.