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
Would be useful to have a notify_predicated call which excludes certain index/candidates. Ideally could be a compile-time filter. If that creates an unwieldy API, may need a runtime and compile time as separate calls.
Rather niche and potentially in violation of the general subject/observer pattern insofar as it creates a coupling in an otherwise uncoupled arrangement.
The text was updated successfully, but these errors were encountered:
Would be useful to have a
notify_predicated
call which excludes certain index/candidates. Ideally could be a compile-time filter. If that creates an unwieldy API, may need a runtime and compile time as separate calls.Rather niche and potentially in violation of the general subject/observer pattern insofar as it creates a coupling in an otherwise uncoupled arrangement.
The text was updated successfully, but these errors were encountered: