How do you dispatch an event inside a custom page that isn't blocking with defer?

defer(function(){
$this->dispatch('customer-synced', '5XY7BSBN88S60');
});

When the dispatch isn't wrapped in a defer it works but it blocks.
Was this page helpful?