We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc7607 commit fb8caebCopy full SHA for fb8caeb
src/utils/src/pollable_channel.rs
@@ -53,7 +53,7 @@ impl<T: Send> PollableChannelReciever<T> {
53
Err(e) => return Err(e),
54
}
55
56
- Ok(data_lock.pop_back())
+ Ok(data_lock.pop_front())
57
58
59
pub fn len(&self) -> usize {
0 commit comments