• Russ Cox's avatar
    runtime: idle goroutine · 582fd17e
    Russ Cox authored
    This functionality might be used in environments
    where programs are limited to a single thread,
    to simulate a select-driven network server.  It is
    not exposed via the standard runtime API.
    
    R=r, r2
    CC=golang-dev
    https://golang.org/cl/4254041
    582fd17e
proc.c 29.9 KB