chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] readline blocks threads


From: Shawn Rutledge
Subject: [Chicken-users] readline blocks threads
Date: Tue, 4 Mar 2008 11:19:24 -0700

If you do

(use readline)
(current-input-port (make-gnu-readline-port "csi> "))
(thread-start! (lambda () (let loop () (printf "loop~%") (loop))))

the thread doesn't run in the background anymore, presumably because
readline uses blocking I/O.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]