Multi dispatch

In the previous example data was fetched and then the effect was over.

It is perfectly possible for effects to send messages back to the application multiple times.

In this example a timer is set and then some progress indication is sent for the application to display.