Posted By: Rafael Sevilla
Date: 2009-04-21 03:36
Summary: EMDRb 0.4.1 released
Project: emdrb
EMDRb 0.4.1 has been released.
EMDRb is an implementation of the distributed Ruby protocol that uses EventMachine to perform its network communication. It can be used as a drop-in replacement for the standard DRb package included in the core Ruby, but provides some extensions such as asynchronous method calls.
Changes:
### 0.4.1 (2009-04-21)
* Fix a bug in the way deferrable methods behave when they are called in a local context. Deferrable methods may now be used safely from anywhere. |
|