scoped-threadpool-rs icon indicating copy to clipboard operation
scoped-threadpool-rs copied to clipboard

Add a way to return the result of a job back into the scope

Open Kimundi opened this issue 10 years ago • 1 comments

Kimundi avatar Aug 23 '15 23:08 Kimundi

I think that a good way that don't interfere with the asynchronous computation is using a Future, like the one implented in eventual.

(Because what I understand is to find a way to get the return value of the closure executed in the execute method)

rockneurotiko avatar Aug 30 '15 18:08 rockneurotiko