Helmut Eller <heller <at> common-lisp.net> writes: > > What is idiomatic solution? > I think the most idiomatic solution would be use threads instead of > fd-handlers. I'd like to stay as cross-platform as possible, so I'd prefer not to use threads while select() suffices. But thank you for your answer.