Pavel Yosifovich

Results 2 issues of Pavel Yosifovich

There's a bug, where p is incremented with ++p on every iteration. This is wrong... The ++p needs to be removed from the for loops.

If an async function is defined, it's immediately "returned", and no code in the fuction executes, even when the first "await" is far. I'm using tokio::main with "Current Thread" flavor.