Closed beckend closed 10 months ago
This can be done with relative ease on std
platforms, but on no_std
it's impossible to know how many listeners are in the last at any given time.
Sure, then a feature flag?
It sounds fine to restrict it to std
only. I'll accept a PR
PR is online
Using this as a base to create libraries, it's very useful to know the listener count from time to time.