Macro: SB-SYS:WITH-FD-HANDLER¶
Establish a handler with SYSTEM:ADD-FD-HANDLER for the duration of BODY. DIRECTION should be either :INPUT or :OUTPUT, FD is the file descriptor to use, and FUNCTION is the function to call whenever FD is usable.
Lambda list¶
((sb-impl::fd sb-impl::direction function) &rest sb-impl::body)