Ryan Levick
Ryan Levick
Update 2020-11-02: The controversial idea of a generic `Scope` parameter (and associated `Here!` macro) [was dropped](https://github.com/rust-lang/rfcs/pull/2981/commits/cff2ab1864fb05291416bb1d9d2962603745a184) in favor of a more conventional `Muckable` trait which mechanically mirrors the `Copy` trait....
Thanks! Going to leave this open since I'd like to leave the code in this repo the way it is on the streams.
Hmmm, could you explain why you using the timer from `async-std` is better than a decided timer thread? I could also imagine a heuristic based on usage instead of time.
@dignifiedquire sorry, you'll need to rebase against master. 🙁
This looks good! Do we know if having to clone the underlying arc on every `get` has any performance impact? I would assume it's negligible, but might be worth looking...
I tracked this down to being caused by passing the wrong length value for a wide os string [here](https://github.com/sivadeilra/win_etw/blob/master/win_etw_macros/src/lib.rs#L788). The comment next to the code seems to indicate that passing...
The URL no longer exists. It should return a 404, but currently does not - that issues is tracked [here](https://github.com/tokio-rs/website/issues/212). Where did you see this url? Did you have it...
Do we think there needs to be discussed in depth? It seems like this would be a good thing for an "aside" where we say "by the way, the current...
I agree that this would be useful though with the reworking of the Getting Started section in https://github.com/tokio-rs/website/pull/224 I don't think that Getting Started is the right place to do...
Definitely not worth writing docs that are likely to need to change. However, we know this is a use case that we'll need to cover. Do we figure out the...