mgoldenberg

Results 5 comments of mgoldenberg

@mgcox2: I tried and tried, but to no avail. If you manage to find a solution, do let me know.

@mgcox2: the problem I had was not due to a priority issue as far as I can tell. It isn't that I want `t1` scheduled as opposed to `t2`. It...

Unfortunately, I never did. I had started digging through the source, but then I got bored... alas.

By the way, I did see [there was some desire for this at some point](https://github.com/tokio-rs/prost/issues/375#issuecomment-727009305), but figured it might be worth bringing up in a separate issue in case things...

Interestingly, `Sink::feed()` seems to be consistent with the documentation (see [here](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=bf5782eb361e2ab4436bcc446ae4a1f3), copied below for ease of viewing). ```rust use futures::{self, StreamExt, SinkExt}; // 0.3.27 #[tokio::main] async fn main() { let...