The Future of D Runtime
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Tue Jun 11 09:30:17 UTC 2024
On 11/06/2024 9:25 PM, Adam Wilson wrote:
> On Monday, 10 June 2024 at 09:36:14 UTC, Dmitry Olshansky wrote:
>
> And on Posix libc is the systems API.
>
> For some things yes, but if you want to do anything with Async I/O
> you're going to switch over to something like |select| or |io_uring|.
Not select, that's the hello world of polling functions.
Right now Posix doesn't have anything for async, linux has epoll which
can be the equivalent to IOCP.
More information about the Digitalmars-d
mailing list