keep using poll as fast path and only use fcntl as fallback
this minimizes the amount of syscalls performed during startup
This commit is contained in:
parent
e0a53ed63a
commit
d3465a8f21
2 changed files with 65 additions and 19 deletions
|
@ -239,6 +239,7 @@
|
|||
#![feature(dropck_eyepatch)]
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(intra_doc_pointers)]
|
||||
#![feature(label_break_value)]
|
||||
#![feature(lang_items)]
|
||||
#![feature(let_chains)]
|
||||
#![feature(linkage)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue