MCE::Signal Temporary directory creation, cleanup, and signal handling. MCE::Util Utility functions for Many-Core Engine. MCE EXTRAS ^ There are 4 add-on modules for use with MCE. MCE::Candy Provides a collection of sugar methods and output iterators for preserving output order. MCE::Mutex Provides a simple semaphore implementation supporting threads and processes. MCE::Queue Provides a hybrid queuing implementation for MCE supporting normal queues and priority queues from a single module. MCE::Queue exchanges data via the core engine to enable queuing to work for both children (spawned from fork) and threads. MCE::Relay Enables workers to receive and pass on information orderly with zero involvement by the manager process while running.