1
Fork 0

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:
The 8472 2022-06-04 11:34:02 +02:00
parent e0a53ed63a
commit d3465a8f21
2 changed files with 65 additions and 19 deletions

View file

@ -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)]