RE: New 'threads' methods
[email protected] ("Jerry D. Hedden")
| Newsgroups | perl.perl5.porters,perl.ithreads |
|---|---|
| Message-ID | <20060705141106.fb30e530d17747c2b054d625b8945d88.2bac951241.wbe@email.secureserver.net> |
Elizabeth Mattijsen wrote: > As you seem to adopt much of the functionality of the Thread::Running module > > http://search.cpan.org/~elizabeth/Thread-Running/ > > you might want to keep the same method names as a courtesy to the > Thread::Running users. And it would allow me to retract > Thread::Running from CPAN altogether. 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.