guile-devel
[Top][All Lists]
Advanced

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

Re: Redoing conditional thread support


From: Neil Jerram
Subject: Re: Redoing conditional thread support
Date: 11 Oct 2002 22:37:12 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Marius" == Marius Vollmer <address@hidden> writes:

    Marius> This should make it easier to write code that is thread
    Marius> aware but doesn't require threads, like the thread-aware
    Marius> sigaction function.

    Marius> Objections?

Not really, but I'm not sure that this motivation makes sense in
detail, because we could (I think) provide a null implementation like
this in Scheme:

(define-module (ice-9 thread-api-even-if-no-threads))

(or (defined? 'try-mutex)
    (define (try-mutex m) #t))
etc.

But perhaps there are other benefits?

        Neil





reply via email to

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