/// fn process_a_ready_stream(sps: &mut StreamPollSet<Key, Value, Priority, MyStream>, cx: &mut std::task::Context) -> std::task::Poll<()> {
/// let (_old_priority, value) = sps.take_ready_value_and_reprioritize(&key, priority).unwrap();
// Ensure we see the ready value in the new stream, and *not* anything from the previous stream at that key.