0.01
No commit activity in last 3 years
No release in over 3 years
Wisper async publishing using Celluloid
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0

Runtime

 Project Readme

Wisper::Celluloid

Provides Wisper with asynchronous event publishing using Celluloid actors.

Gem Version Code Climate Build Status Coverage Status

Installation

gem 'wisper-celluloid'

Usage

my_publisher.subscribe(MyListener.new, async: true)

The listener is transparently turned in to a Celluloid Actor.

Please refer to Celluloid for more information, particularly the Gotchas.

Compatibility

Tested with 2.x, JRuby and Rubinius. See the build status for details.

Contributing

Yes please, either submit a PR or open an issue first to discuss your thoughts.