guile-devel
[Top][All Lists]
Advanced

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

Re: deadlock in scm_join_thread(_timed)


From: Neil Jerram
Subject: Re: deadlock in scm_join_thread(_timed)
Date: Sun, 24 May 2009 22:26:28 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

>> +(define (asyncs-still-working?)
>> +  (let ((a #f))
>> +    (system-async-mark (lambda ()
>> +                     (set! a #t)))
>> +    (equal? '(a b c) '(a b c))
>> +    a))
>
> I guess `equal?' is here to trigger an `SCM_TICK', right?  Perhaps a
> comment could be added to make it explicit?

Good idea, I'll do that before pushing.

Thanks,
        Neil




reply via email to

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