alex scripsit: > I had some trouble with this last part at first: the original thread > waited several seconds before evaluating my input. I think that the > fix was nothing more than calling thread-yield! every loop > iteration.
If you are depending on thread-yield! for correctness rather than efficiency, you are doing something wrong (but I don't know what). SRFI 18 schedulers are not required to be fair in any way. -- John Cowan http://www.ccil.org/~cowan [email protected] He that would foil me must use such weapons as I do, for I have not fed my readers with straw, neither will I be confuted with stubble. --Thomas Vaughan (1650) _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
