in reply to Re: (ithreads) :locked subs
in thread (ithreads) :locked subs
As you can see, the purpose of :locked subroutine attribute is compl +etely negated by the design of ithreads.
Well, the purpose (as I understand it) is still valid, I'd say. You certainly want to be able to lock() manipulations of :shared (or shared()) variables. If this simply isn't possible in 5.8, well, bummer.
Indeed, threads::shared lock()s are BLOCK-based. Very convenient to name those blocks (as subs/methods), and synchronize their execution, automagically.
(Hmm -- maybe time to get an account, if just for this thread, er, ithreads :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (ithreads) :locked subs
by BrowserUk (Patriarch) on Sep 24, 2003 at 08:45 UTC |