add package level documentation for internal/broadcasts

This commit is contained in:
Henry 2021-05-18 15:18:28 +02:00
parent 939e7c1aaa
commit 9ee8c47ee8
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// 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