You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
POSIX is deeply annoying for any number of reasons; one of them is that it mixes up "file descriptors" between files and network sockets, because blah blah blah.
What this means for the HaLVM is that if we want to have a chance at supporting anything like normal C libraries, we're going to have to have a common layer inside the HaLVM that dispatches based on the exact FD type.
The text was updated successfully, but these errors were encountered:
POSIX is deeply annoying for any number of reasons; one of them is that it mixes up "file descriptors" between files and network sockets, because blah blah blah.
What this means for the HaLVM is that if we want to have a chance at supporting anything like normal C libraries, we're going to have to have a common layer inside the HaLVM that dispatches based on the exact FD type.
The text was updated successfully, but these errors were encountered: