An open API service indexing awesome lists of open source software.

https://github.com/chef/win32-ipc

A Ruby abstract base class for synchronization objects on MS Windows
https://github.com/chef/win32-ipc

Last synced: about 1 year ago
JSON representation

A Ruby abstract base class for synchronization objects on MS Windows

Awesome Lists containing this project

README

          

# win32-ipc

[![Gem Version](https://badge.fury.io/rb/win32-ipc.svg)](https://badge.fury.io/rb/win32-ipc)

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 .

## 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