Registry / utility / cafxx-gcnotifier

cafxx-gcnotifier

JSON →
library0.1.0gogounverified

Package gcnotifier provides notifications after every garbage collection cycle.

go get github.com/CAFxX/gcnotifier
INSTALL
IMPORT
SIG · CAFXX-GCNOTIFIER
C
cafxx-gcnotifier
utilitygov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gcnotifier
github.com/CAFxX/gcnotifier

Receive notifications after each GC cycle.

package main import ( "fmt" "github.com/CAFxX/gcnotifier" ) func main() { n := gcnotifier.New() defer n.Close() go func() { for range n.AfterGC() { fmt.Println("GC happened") } }() // trigger GC _ = make([]byte, 10<<20) runtime.GC() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cafxx-gcnotifier — go get cafxx-gcnotifier · libregistry