• Rob Pike's avatar
    sync/once: panicking functions still marked as complete · b22dc638
    Rob Pike authored
    This is a corner case, and one that was even tested, but this
    CL changes the behavior to say that f is "complete" even if it panics.
    But don't think of it that way, think of it as sync.Once runs
    the function only the first time it is called, rather than
    repeatedly until a run of the function completes.
    
    Fixes #8118.
    
    LGTM=dvyukov
    R=golang-codereviews, dvyukov
    CC=golang-codereviews
    https://golang.org/cl/137350043
    b22dc638
once.go 1.3 KB