[ANN] win32-ipc 0.1.0

Hi all,

I’m pleased to announce the first release of win32-ipc.

What is it?

···

===========
A base class for win32 synchronization objects (event, semaphore,
etc). Provides the wait_any() and wait_all() class methods, as well
as the wait() instance method.

You will generally not use this class directly.

Where is it?

You can find it on the RAA or on the Win32 Utils home page at
http://www.rubyforge.org/projects/win32utils.

Enjoy!

The Win32 Utils Team