The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Win32-IPC win32"

Win32::IPC - Base class for Win32 synchronization objects River stage one • 4 direct dependents • 5 total dependents

This module is loaded by the other Win32 synchronization modules. You shouldn't need to load it yourself. It supplies the wait functions to those modules. The synchronization modules are Win32::ChangeNotify, Win32::Event, Win32::Mutex, & Win32::Semap...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC

Win32::Event - Use Win32 event objects from Perl River stage one • 4 direct dependents • 5 total dependents

This module allows access to the Win32 event objects. The "wait" method and "wait_all" & "wait_any" functions are inherited from the Win32::IPC module. Methods $event = Win32::Event->new([$manual, [$initial, [$name]]]) Constructor for a new event obj...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC

Win32::Mutex - Use Win32 mutex objects from Perl River stage one • 4 direct dependents • 5 total dependents

This module allows access to the Win32 mutex objects. The "wait" method and "wait_all" & "wait_any" functions are inherited from the Win32::IPC module. Methods $mutex = Win32::Mutex->new([$initial, [$name]]) Constructor for a new mutex object. If $in...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC

Win32::Semaphore - Use Win32 semaphore objects from Perl River stage one • 4 direct dependents • 5 total dependents

This module allows access to Win32 semaphore objects. The "wait" method and "wait_all" & "wait_any" functions are inherited from the Win32::IPC module. Methods $semaphore = Win32::Semaphore->new($initial, $maximum, [$name]) Constructor for a new sema...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC

Win32::ChangeNotify - Monitor events related to files and directories River stage one • 4 direct dependents • 5 total dependents

This module allows the user to use a Win32 change notification event object from Perl. This allows the Perl program to monitor events relating to files and directory trees. Unfortunately, the Win32 API which implements this feature does not provide a...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC
5 results (0.02 seconds)