• Ian Lance Taylor's avatar
    net: permit pollster DelFD to return whether to call Wakeup · 0592c449
    Ian Lance Taylor authored
    This is necessary for systems that use select as the pollster,
    such as Solaris (supported by gccgo).  It corresponds to the
    bool returned by AddFD.  In general it's not clearly defined
    what happens when a descriptor used in a select is closed, and
    different systems behave differently.  Waking up the select
    will cause the right thing to happen: the closed descriptor
    will be dropped from the next iteration.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/7303056
    0592c449
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...