You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I just want to run some computations parallel and rather call the functions that return their results.
Rayon has join/spawn/scope is there anyway we could get something similar here? std lets you call x.join() to get the Result<X>
Sometimes I just want to run some computations parallel and rather call the functions that return their results.
Rayon has
join/spawn/scopeis there anyway we could get something similar here?stdlets you callx.join()to get theResult<X>