Help for this page

Select Code to Download


  1. or download this
    package CM::SOAPQueue;
    use base qw( Utils::Thread::JobQueue );
    ...
    
    1;
    
  2. or download this
    package Utils::Thread::JobQueue;
    use base qw( _Inheritable );
    ...
    
    1;