The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Win32::IPC - Support module for Semaphores, Mutexes,Process and ChangeNotify Synchronization

SYNOPSIS

        use Win32::Process;
        #Create objects.
        
        Win32::Process::WaitForMultipleObjects(@ListOfObjects,$WaitAll,$Timeout);

DESCRIPTION

This module is loaded by any of the IPC supporting modules. (listed above). It supplies the WaitForMultipleObjects call to those objects.