tokio-ping
tokio-ping copied to clipboard
New futures
I have converted from 0.1 futures and tokio 0.1 to std futures with async await and tokio 0.2. However to use async/await I had to convert to the 2018 edition which probably is done better in #12
hey is there anything left to do in order to merge this?
@agrinman oh, I almost forgot about this PR. I sort of turned my focus towards #14 (rebase of #12) which is focused on the edition change. Therefore I kind of planned for #14 to be merged first and then deal with the conflicts in this PR.
However, if someone wants this to be merged first/instead of #14 then I'll be happy to try to make sure this PR ready. As far as I can remember it should already be ready, however I should probably have an extra look.
if someone wants this to be merged first
That'd be nice! I'm on day two of learning Rust, thought I'd have a go at pinging something, and this threw me for a bit of a loop 😅
Appreciate your efforts regardless, though!