That's great - now why didn't I realise that :-)
Thanks,
Chris
2009/11/24 Christophe Grand
> Hi,
>
>
> On Tue, Nov 24, 2009 at 6:38 PM, Chris Jenkins wrote:
>
>> Is it possible to set *warn-on-reflection* such that it can be seen by
>> multiple threads? I can't use def to define *warn-on-re
Hi,
On Tue, Nov 24, 2009 at 6:38 PM, Chris Jenkins wrote:
> Is it possible to set *warn-on-reflection* such that it can be seen by
> multiple threads? I can't use def to define *warn-on-reflection* because it
> is defined in another namespace. I can use set! to change the value of the
> binding
Hi,
Is it possible to set *warn-on-reflection* such that it can be seen by
multiple threads? I can't use def to define *warn-on-reflection* because it
is defined in another namespace. I can use set! to change the value of the
binding for one thread but this is not seen by other threads:
(set! *wa