[elm-discuss] A spawned task cannot produce a result?

2016-11-10 Thread Max Goldstein
So, I'm mostly speculating here, but could you use Task.andThen to get the ID, which you then use to kill the task that updates the security token, if necessary? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and

[elm-discuss] A spawned task cannot produce a result?

2016-11-10 Thread 'Rupert Smith' via Elm Discuss
In the docs for spawn it says "Note: This creates a relatively restricted kind of Process because it cannot receive any messages. More flexibility for user-defined processes will come in a later release!" spawn : Task x a -> Task y Id Am I also right in thinking that it cannot produce a result,