Re: New 'threads' methods
[email protected] ("Rafael Garcia-Suarez")
| Newsgroups | perl.perl5.porters,perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
On 05/07/06, Jerry D. Hedden <[email protected]> wrote: > Thread::Running has: > ->running > ->tojoin > ->exited (which I assume is just the negation of ->running) > > I did propose ->running, but a few others have responded to a preference > for ->is_running. Similarly, a couple of up-ticks for is_joinable (but > one down-tick). So we'll see how the consensus builds. I prefer ->is_XXX too. Feels more perlish. (sometimes I'm jaleous of Ruby)