Releases
v0.2.0
v0.1.1
- Fix dependency on async gem to use
>= 1
instead of~> 1
for better compatibility. - Update guide links in documentation.
v0.1.0
- Initial release of async-actor gem.
- Core actor model implementation with
Async::Actor
class. - Proxy class for safe cross-actor communication.
- Variable class for thread-safe value storage and updates.