Main > Programming > Libraries >

Thread::Tie 0.12

Thread::Tie 0.12

Sponsored Links

Thread::Tie 0.12 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.015 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 809
Date added: 2007-08-06
Publisher: Elizabeth Mattijsen

Thread::Tie 0.12 description

Thread::Tie can tie variables into a thread of their own.

SYNOPSIS

use Thread::Tie; # use as early as possible for maximum memory savings

# use default thread + tieing + create thread when needed
tie $scalar, Thread::Tie;
tie @array, Thread::Tie;
tie %hash, Thread::Tie;
tie *HANDLE, Thread::Tie;

# use alternate implementation
tie $scalar, Thread::Tie,
{ module => Own::Tie::Implementation, # used automatically
use => Use::This::Module::Also, # optional, also as []
eval => arbitrary Perl code, # optional
};

# initialize right away
tie $scalar, Thread::Tie, {}, 10;
tie @array, Thread::Tie, {}, qw(a b c);
tie %hash, Thread::Tie, {}, (a => A, b => B, c => C);
tie *HANDLE, Thread::Tie, {},>:layer,filename;

# create an alternate thread and use that
my $tiethread = Thread::Tie::Thread->new;
tie $scalar, Thread::Tie, {thread => $tiethread};

# object methods
my $tied = tie stuff,Thread::Tie,parameters;
my $tied = tied( stuff );
my $semaphore = $tied->semaphore; # scalar for lock()ing tied variable
my $module = $tied->module; # module tied to in thread
my $tiethread = $tied->thread; # thread to which variable is tied

my $tid = $tiethread->tid; # thread id of tied thread
my $thread = $tiethread->thread; # actual "threads" thread

untie( stuff ); # calls DESTROY in thread, cleans up thoroughly

Thread::Tie->shutdown; # shut down default handling thread
$tiethread->shutdown; # shut down specific thread

Thread::Tie 0.12 Screenshot

Advertisements

Thread::Tie 0.12 Keywords

Bookmark Thread::Tie 0.12

Hyperlink code:
Link for forum:

Thread::Tie 0.12 Copyright

WareSeeker periodically updates pricing and software information of Thread::Tie 0.12 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Thread::Tie 0.12 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Xmms::Remote is a Perl Interface to xmms_remote API. Free Download
RubyFilter provides a Ruby email filtering program and library. Free Download
nautilus-sendto is a plugin for Nautilus that allows to send a file to a specific location. Free Download
Text::Replace is a Perl module to replace variables from a hash. Free Download
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. Free Download
Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. Free Download
Tie::FormA is a Perl module that can access a machine readable database file that minics a hardcopy form. Free Download
mod_include is a post processing of SSI variables, Apache module. Free Download