samth
2017-8-22 19:21:32

@mflatt Currently, (future (lambda () (thread (lambda () (current-future)))) “produces” #f — is that intended?


mflatt
2017-8-22 20:01:39

That seems like the right answer to me, since the thread’s continuation isn’t the execution of the future.