Versions in this module Expand all Collapse all v1 v1.0.0 May 27, 2024 Changes in this version + func Callback(name string, fn func()) + func CallbackWithPriority(name string, fn func(), priority int) + func Close(name string, o CloseAble) + func CloseWithPriority(name string, o CloseAble, priority int) + func Exit() + func Wait(name string, gp WaitAble) + type CloseAble interface + Close func() + type WaitAble interface + Wait func()