-
Notifications
You must be signed in to change notification settings - Fork 245
Open
Labels
Component: Rust APIIssue needs changes to the Rust APIIssue needs changes to the Rust APIEffort: TrivialIssue should take < 1 dayIssue should take < 1 dayImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Milestone
Description
What is the feature you'd like to have?
BNBinaryDataNotification
would allow me to subscribe to data events emitted by BVs.
Is your feature request related to a problem?
I would like to write plugins using that api.
Are any alternative solutions acceptable?
Lot's of ideas on how to implement it, but the quick and easy one is probably preferable at this time.
Additional Information:
A quick and easy solution would be to expose the notifier as a trait and on callback init/register check for fn ptr equality for impls compared to a dummy struct to only subscribe to what's implemented.
Metadata
Metadata
Assignees
Labels
Component: Rust APIIssue needs changes to the Rust APIIssue needs changes to the Rust APIEffort: TrivialIssue should take < 1 dayIssue should take < 1 dayImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround