Remix.run Logo
rwmj 3 days ago

For sure! The only problem is there should be a non-blocking system-provided API and there isn't.

foota 3 days ago | parent [-]

System provided is maybe a strange word to use here since getaddrinfo is a libc function, not a system call.

rwmj 3 days ago | parent | next [-]

POSIX as the system, of course.

froh 3 days ago | parent | prev [-]

the system API is not syscalls but libc. so why does it feel strange?