When a new resource is created and it needs to do some lengthy processing before the resource is ready, how do I send that processing away into the
I think spawn is a great way to fork your process, do some processing in background, and show user just some confirmation that this processing was started.