TL;DR - Use std::slice::Chunks when you’d like to measure a slightly more accurate execution time of each future in a big batch of futures.
You must log in or register to comment.
TL;DR - Use std::slice::Chunks when you’d like to measure a slightly more accurate execution time of each future in a big batch of futures.