chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] critical-section not in Chicken 3?


From: Kon Lovett
Subject: Re: [Chicken-users] critical-section not in Chicken 3?
Date: Tue, 5 Feb 2008 20:52:39 -0800


On Feb 5, 2008, at 8:31 PM, Elf wrote:


i thought disable-interrupts was deprecated as well...

Not the declare, it is used by the core. There was a procedure, that was deprecated.


-elf

On Tue, 5 Feb 2008, Kon Lovett wrote:

Hi,

You can just put your "critical section" code, all of it - no call- outs to non-core Chicken, in a file w/ '(declare (disable- interrupts))'. The requirement not to call into files compiled w/o 'disable-interrupts' is a possible non-starter though.

Best Wishes,
Kon



Best Wishes,
Kon






reply via email to

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