Support publishing events async
Adds support for publishing events in an async way. Using publish_async
won't block the current thread neither for :sync
nor :sidekiq
delivery adapters.
Adds support for publishing events in an async way. Using publish_async
won't block the current thread neither for :sync
nor :sidekiq
delivery adapters.