fork() Considered Harmful in macOS

What happened
A macOS Network framework bug plus Go's fork/exec path can hang endpoint processes at 98% CPU. posix_spawn is the way out.
Summary assembled by rule from the sources below

A macOS Network framework bug plus Go's fork/exec path can hang endpoint processes at 98% CPU. posix_spawn is the way out.
Summary assembled by rule from the sources below