|
NAMEMCE::Channel::MutexFast - Fast channel for producer(s) and many consumersVERSIONThis document describes MCE::Channel::MutexFast version 1.878DESCRIPTIONA channel class providing queue-like and two-way communication for processes and threads. Locking is handled using MCE::Mutex.This is similar to MCE::Channel::Mutex but optimized for non-Unicode strings only. The main difference is that this module lacks freeze-thaw serialization. Non-string arguments become stringified; i.e. numbers and undef. The API is described in MCE::Channel with the sole difference being "send" and "send2" handle one argument. Current module available since MCE 1.877.
QUEUE-LIKE BEHAVIOR
TWO-WAY IPC - PRODUCER TO CONSUMER
TWO-WAY IPC - CONSUMER TO PRODUCER
AUTHORMario E. Roy, <marioeroy AT gmail DOT com>
Visit the GSP FreeBSD Man Page Interface. |