Robert Cunningham

Results 5 comments of Robert Cunningham

One note: `pause`, `advance` and `resume` from `tokio::time` control only `tokio::time::Instant`, not `std::time::Instant`. If we want to retain the ability to use functions like `tokio::time::pause`, we need to somehow make...

Alright, I'm now working through the last major hiccup in this PR--would appreciate some guidance here if possible (potentially from @seanmonstar ?). I have a `trait Timer` mirroring `tokio::time::*` with...

Thanks a bunch @ibraheemdev; your answer was instructive for me. With that, I think this PR is ready for review (from @seanmonstar, I think?). Please let me know if I...

Ah, thanks for your feedback--I appreciate the detail. I'm headed to burning man until September 6, but I'm going to try to get this over the goal line before I...

I'll look to take on the timer series of issues (#2847, #2846, #2848, #2857).