]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #41039 - alexcrichton:process-poll, r=nagisa
authorbors <bors@rust-lang.org>
Thu, 6 Apr 2017 11:21:55 +0000 (11:21 +0000)
committerbors <bors@rust-lang.org>
Thu, 6 Apr 2017 11:21:55 +0000 (11:21 +0000)
std: Use `poll` instead of `select`

This gives us the benefit of supporting file descriptors over the limit that
select supports, which...

Closes #40894


Trivial merge