Handle events asynchronously
masterTo process events asynchronously, pass async: true to the subscribe method. This requires an asynchronous adapter (e.g., wisper-sidekiq, wisper-activejob).
If you subscribe a class instead of an instance for async handling, the event methods must be defined as class methods.