Skip to content

Instantly share code, notes, and snippets.

@asterite3
asterite3 / unbuffered.go
Created December 20, 2020 10:29
Unbuffered with CleanContext with a second struct
package broadcaster
import (
"context"
"io"
"sync"
"sync/atomic"
)
// Unbuffered accumulates multiple io.WriteCloser by stream.