On Sat, Sep 6, 2008 at 4:33 PM, Jörg F. Wittenberger <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been wondering why the ##sys#timeout-list contained so many > entries. > > In scheduler.scm I found (##sys#delq t ##sys#timeout-list) - but that > should not remove any threads from ##sys#timeout-list since the latter > is a list of pairs (<timeout> . <thread>). This diff should do a better > job:
Thanks, Jörg! Patch applied to trunk. (I changed the diff to cons unmatched entries back onto the list) cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
