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
Sometimes it's useful to know when an "epoch" has been completed. Certain libraries (coughkerascough) have this notion explicitly.
But also, it might be useful when using a Mux to know how often certain streams have been sampled after the fact
I suspect that some sort of callback or query on the Mux object is the right solution here, but I figured it would be best to initiate a discussion first.