Hi I am having trouble understanding if I and chaining multiple hosts at once.
Basically I what to ping all hosts on a subnet and put the result for each host into a HashMap.
Probably because I am new to futures and tokio I am having difficulty to understanding how todo that. Is it possible with tokio-ping ?
Thanks
Hi I am having trouble understanding if I and chaining multiple hosts at once.
Basically I what to ping all hosts on a subnet and put the result for each host into a HashMap.
Probably because I am new to futures and tokio I am having difficulty to understanding how todo that. Is it possible with tokio-ping ?
Thanks