TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notificator notification count is always 1

antiguru opened this issue · comments

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.