aylei / leetcode-rust

my leetcode solutions in rust
Apache License 2.0
723 stars 141 forks source link

[WIP]add function to initialize all problems concurrently asynchronously #20

Closed songyzh closed 4 years ago

songyzh commented 4 years ago
songyzh commented 4 years ago

processes seem running concurrently but not asynchronously.. working on it..

songyzh commented 4 years ago

got it, reqwest is not async in this context so this is just effectively multi threaded

i'd open another pr