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
We have a mpsc channel presently that is efficient but opaque: there is no way to introspect the channel. It's only probably matched with what is in the queue DB, (assuming bugs or unexpected runtime errors exist) they are not guaranteed to be the same.
It would be great to have a similarly efficient async friendly (and ideally lock free) way to check what is in memory here.
The text was updated successfully, but these errors were encountered:
We have a mpsc channel presently that is efficient but opaque: there is no way to introspect the channel. It's only probably matched with what is in the queue DB, (assuming bugs or unexpected runtime errors exist) they are not guaranteed to be the same.
It would be great to have a similarly efficient async friendly (and ideally lock free) way to check what is in memory here.
The text was updated successfully, but these errors were encountered: