Async callbacks and timouts
Sometimes you want to have additional events called to your view with a timeout. This allows you to schedule local events without the DOM being triggered. To do this use the local_send_timeout
to send another local_event
after a timeout period.