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
The notificator's for_each function claims to invoke the passed function with the parameters cap, count, notificator, where count represents how many times notify_at has been called for the capability. In reality, it always returns 1.
The text was updated successfully, but these errors were encountered:
antiguru
added a commit
to antiguru/timely-dataflow
that referenced
this issue
Jun 12, 2021
* Fix#395: Add next_count returning the notification count
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
* Remeber the original count in `OrderReversed`
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
The notificator's
for_each
function claims to invoke the passed function with the parameterscap, count, notificator
, where count represents how many timesnotify_at
has been called for the capability. In reality, it always returns 1.The text was updated successfully, but these errors were encountered: