// SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021 // // SPDX-License-Identifier: MIT // Package broadcasts implements custom typed one-to-n facilities for broadcasting messages/calls to multiple subscribers. // They loosely follow from luigi.Broadcasts but using concrete types instead of empty interfaces. package broadcasts