Christopher Lemmer Webber
unread,Jul 21, 2020, 2:07:02 PM7/21/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to racket...@googlegroups.com
It looks like ffi/unsafe/port provides ways to read a file desciptor
from a port that is capable of receiving them, and there are tools
to transform that file descriptor into a port or the reverse, but
is there a way for me to *write* a file descriptor to a port
(ie, the equivalent to the sendmsg posix system call)?
(It might be right in front of my nose and that I'm missing it...)
Thanks!
- Chris