Austin Bonander
Austin Bonander
The std `Mutex` and `RwLock` had poisoning long before `UnwindSafe` existed, however. The very nature of the types allows their contained values to survive unwinding from other threads. Given that...
I would like to see a method on `JoinSet` for either adding a manually spawned task, or spawning a task with a given name (so it can be identified in...
I also want to note that the signature of `JoinSet::join_one()` makes it annoying and potentially error-prone if you want to use it with `tokio::select!{}` but ignore the `None` condition. For...
I think for one, `task::Builder` doesn't have a way to set the runtime handle or `LocalSet` that the task should be spawned on, so maybe that option should go there...
It was my mistake originally for releasing a 1.0 of `img_hash` before my public dependencies had stabilized. However, I am curious what's blocking this crate from reaching its 1.0 since...
Another option would be to build APIs that can resume after `io::ErrorKind::WouldBlock`, then it wouldn't be necessary to have a completely separate async interface. This is, for example, [how `tokio-rustls`...
I get "Successfully logged in" but nothing else happens in the app or on the site.
Send them an email as per https://github.com/EdgeApp/edge-react-gui/issues/1411#issuecomment-534722156
But _somewhere_ in the stack it should probably just suppress the `RST_STREAM(NO_ERROR)` and return the response, because the response is what's going to be meaningful to the user. The `RST_STREAM`...
Potentially closed by #9, though an update hasn't been published since it was merged.