Hacker News new | ask | show | jobs
MultiNWriter a Go library for adding/removing duplicated writers at runtime (github.com)
2 points by Static2280 1019 days ago
1 comments

I needed a way to support N number of monitors to a long running task which lead me to making MultiNWriter. It supports adding/removing duplicated writers at runtime allowing things like adhoc websocket monitors to a command execution output.