func goFunc(arg any, seq uintptr) {

papering / 2023-08-24 / 原文

Go\src\time\sleep.go

func goFunc(arg any, seq uintptr) {
    go arg.(func())()
}