spall
2017-8-23 15:25:57

@mflatt this doesn’t make sense to me, isn’t the thread’s continuation part of the execution of the fututre?


mflatt
2017-8-23 15:29:36

I would say that the point of a thread is to be a different continuation, independent of the continuation of the computation that started the thread


mflatt
2017-8-23 15:30:51

Returning the “handle” of the created thread is part of the example future’s continuation above, but nothing about the thread’s own continuation is part of the future’s continuation or vice versa


samth
2017-8-23 15:43:40

I think the documentation could be a little clearer then, I’ll submit a PR