You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thank you for your amazing work, your crates are amazing !
I am using this mpsc queue, but In some cases, I need to support the try_force_enqueue feature, so that when the Consumer cannot handle it, the Producer can discard the old Value and keep the latest Value.
Can this feature be supported?
Thank you!
The text was updated successfully, but these errors were encountered:
tianbaoluo
changed the title
Would this crate support force_push?
Would this crate support try_force_enqueue?
Nov 19, 2024
Hello !
First thank you for your amazing work, your crates are amazing !
I am using this mpsc queue, but In some cases, I need to support the try_force_enqueue feature, so that when the Consumer cannot handle it, the Producer can discard the old Value and keep the latest Value.
Can this feature be supported?
Thank you!
The text was updated successfully, but these errors were encountered: