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
For in-order queues, a simple solution would be holding a reference to the queue that was last used to operate on the SVM, and using that to enqueue_release when it goes out of scope.
For out-of-order queues, we could hold on to a bounded number of events, waiting on the ones that get booted out.
Should this be mandatory or optional behavior?
The text was updated successfully, but these errors were encountered:
(Normal
Buffer
s do that implicitly.)enqueue_release
when it goes out of scope.The text was updated successfully, but these errors were encountered: