Function mz_storage_controller::collection_mgmt::notify_listeners

source ยท
fn notify_listeners<T>(
    responders: impl IntoIterator<Item = Sender<T>>,
    result: impl Fn() -> T,
)