Any rust friends have experience mixing tokio and rayon?
I basically want to dispatch a bunch of threads to iterate a file tree and chew on the files in parallel, which seems ideal for rayon, but the main driving force right now is tokio,
Not quite sure the best way to square this circle,