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
- Host: GitHub
- URL: https://github.com/chef/win32-ipc
- Owner: chef
- Created: 2010-01-12T05:41:31.000Z (over 16 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T14:14:39.000Z (about 1 year ago)
- Last Synced: 2025-06-25T22:39:23.912Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 91.8 KB
- Stars: 5
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# win32-ipc
[](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