[#MAX_WAIT_FOR_IO] = MAX_WAIT_FOR_IO :mrdocs: Maximum time to wait for I/O readiness. It will take up until this time to break off in case of an interruption. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr auto MAX_WAIT_FOR_IO = 1s; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#