i'm confused about the notion of "spark" Is it a thread in haskell ? or is the action of spawning a new thread ?
Thanks everybody: So to summarize, sparks are not thread but more of unit of computation (tasks to put it in C#/Java terms). So it's the haskell way of implementing the task parallelism