profuse
profuse copied to clipboard
Make request I/O pure and expose the fd
- Adjusts
dispatchand helpers so that they do not write to the request fd. Instead, they return lists of writing operations, to be performed by the same outer code that reads from the fd, and callsdispatch. - Exposes the fd in the API.