I might be doing something wrong, but it genuinely suspect that the futures::Sink trait would be better off merging the poll_ready and start_send methods.
-
-
We can also draw a parallel with channels. Sender::send() returns a SendError<T> on failure that recovers the item: https://docs.rs/crossbeam/0.7.1/crossbeam/channel/struct.Sender.html#method.send … Select::select() is like poll_ready(): https://docs.rs/crossbeam/0.7.1/crossbeam/channel/struct.Select.html#method.select … SelectedOperation::send() is like start_send(): https://docs.rs/crossbeam/0.7.1/crossbeam/channel/struct.SelectedOperation.html#method.send …
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Dang.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.