[ANN] win32-ipc 0.3.0

D

Daniel Berger

Hi all,

The Win32Utils Team is pleased to announce the release of win32-ipc
0.3.0.

What is it?
===========
An base class for Win32 synchronization objects.

What's new?
===========
- The constructor now takes an optional block. Instance objects will
call that block if they are signaled.

- Added the 'block' method (read-only). Allows you to access the
block provided to the constructor.

- Modified the 'wait' instance method to take an optional block. This
block will be called if the object is signaled. Overrides the block
to the constructor for that instance object (only).

- Added the 'signaled?' instance method to indicate if the object is
in the signaled state or not.

- Modified all methods to raise an IpcError if an error occurs
(instead of simply returning nil).

Where can you get it?
=====================
It's available on the RAA or RubyForge at
http://www.rubyforge.org/projects/win32utils

Regards,

The Win32Utils Team
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top