On onsdag, juli 24, 2002, at 11:48 , Ray Hilton wrote:

>
> It would be nice if perl had some better name spacing, threaded objects
> get very confusing when you try to work out scooping issues, at least,
> they do for me :)
>
> So, just to be awkward, can we not prefix these statements with threads_
> or something?
>
> my $foo : thread_shared;
>
> otherwise namespace collision is bound to happen sooner or later...
>
> ray

I disagree, shared is a core function and should be huffman encoded.

I also don't like sharing objects, (since it doesn't work well), I 
usually just share on member of the object.

Arthur

Reply via email to