Project

win32-ipc

0.02
No release in over 3 years
Low commit activity in last 3 years
The win32-ipc library provides the Win32::IPC class. This is meant to serve as an abstract base class for other IPC related libraries for MS Windows, such as win32-semaphore, win32-event, and so on.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

win32-ipc

Gem Version

An abstract base class for Windows synchronization objects.

Installation

gem install win32-ipc

Synopsis

There is no synopsis. Don't use this library directly. It is used as the basis for other libraries, such as win32-mutex, etc. Think of it as an interface.

Notes

Originally based on the Win32::Ipc Perl module by Gurusamy Sarathy. This library is a prerequisite for several other IPC related Windows gems.

Known Bugs

None that we know of. Please log any bug reports on the project page at https://github.com/chef/win32-ipc.

License

Apache 2.0

Copyright

(C) 2003-2016 Daniel J. Berger, All Rights Reserved

Warranty

This package is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.

Authors

  • Park Heesob
  • Daniel J. Berger