A channel class providing queue-like and two-way communication for threads only. Locking is handled using threads::shared. The API is described in MCE::Channel. new use MCE::Channel; # The default is tuned for one producer and many consumers. my $chn...
MARIOROY/MCE-1.874 - 18 Aug 2020 20:56:15 UTCA hobo is a migratory worker inside the machine that carries the asynchronous gene. Hobo processes are equipped with "threads"-like capability for running code asynchronously. Unlike threads, each hobo is a unique process to the underlying OS. The IP...
MARIOROY/MCE-Shared-1.873 - 01 Aug 2020 20:38:59 UTCMCE::Child is a fork of MCE::Hobo for compatibility with Perl 5.8. A child is a migratory worker inside the machine that carries the asynchronous gene. Child processes are equipped with "threads"-like capability for running code asynchronously. Unlik...
MARIOROY/MCE-1.874 - 18 Aug 2020 20:56:15 UTCThis module implements locking methods that can be used to coordinate access to shared data from multiple workers spawned as processes or threads. The inspiration for this module came from reading Mutex for Ruby....
MARIOROY/MCE-1.874 - 18 Aug 2020 20:56:15 UTCA MCE::Channel object is a container for sending and receiving data using socketpair handles. Serialization is provided by Sereal if available. Defaults to Storable otherwise. Excluding the "Simple" implementation, both ends of the "channel" support ...
MARIOROY/MCE-1.874 - 18 Aug 2020 20:56:15 UTCA channel class providing queue-like and two-way communication for processes and threads. Locking is handled using MCE::Mutex. The API is described in MCE::Channel. new use MCE::Channel; # The default is tuned for one producer and many consumers. my ...
MARIOROY/MCE-1.874 - 18 Aug 2020 20:56:15 UTC