|
|
|
|
|
by watt
1 hour ago
|
|
If they're not going to handle the return values, they should change the function signature to reflect this aspirational contract, that that function "never fails". I see in the article they did change the poll_flush to run just-in-time at poll_shutdown. So they definitely can make a "best effort" poll_flush version that just does not return any errors for use in that loop. But all in all? Amateur hour. |
|