|
| From: | Kon Lovett |
| Subject: | Re: [Chicken-users] critical-section not in Chicken 3? |
| Date: | Tue, 5 Feb 2008 20:29:22 -0800 |
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
| [Prev in Thread] | Current Thread | [Next in Thread] |