<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class=""><div class=""><blockquote type="cite" class=""><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I don't quite see why we need (or should even offer) a synchronous API for anything that involves IO (disk, network, ...). Sure, many of us would like to have a synchronous and non-blocking programming model, that'd be great. Today in Swift unfortunately we can only go asynchronous&amp;non-blocking or synchronous&amp;blocking (causing undefined behaviour [1] with setjmp/longjmp to get synchronous&amp;non-blocking is cool but certainly not supported today).</span><br class=""></div></blockquote><div class=""><br class=""></div><div class="">I’m a bit confused here, &nbsp;synchronous&amp;non-blocking can be done by kqueue/epoll/select/poll in swift.</div><div class=""><br class=""></div><div class="">It is true that kqueue and epoll are some low level C API but not having synchronous API basically screwed everyone who prefer to do their own scheduling for whatever reason.</div><div class=""><br class=""></div><div class="">Michael</div></div><br class=""></div></div></body></html>