cuviper on rayon-core-v1.6.1
cuviper on v1.2.1
bors[bot] on master
Avoid mem::uninitialized in par… Avoid mem::uninitialized in the… cargo fmt and 4 more (compare)
bors[bot] on staging.tmp
bors[bot] on staging
Avoid mem::uninitialized in par… Avoid mem::uninitialized in the… cargo fmt and 4 more (compare)
ThreadPool
instances, it should be possible
thread_shutdown
or something... Not the prettiest thouh
exit_handler
, I mean :)
spawn_future
is probably the most interesting thing we have to discuss :)
async
is still a bit magic to me
I guess if the async work leading up to our part isn't ready, we'd just return NotReady too and let some outer executor deal with it?
spawn_future(F: impl Future)
, we would schedule a job that calls F::poll
, indeedWaker
that is tied to rayon, I think