Описание тега wisper

Wisper is a Ruby Publish-Subscribe gem with async support which aims to help decouple responsibilities.

Wisper was extracted from a Rails codebase but is not dependant on Rails.

It is commonly used as an alternative to ActiveRecord callbacks, Observers and Concerns to reduce coupling and make testing easier.