mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
- Rename to Broadcaster - Document exported types - Change Wait function to just wait. Writing a message to the writer and adding the writer to the observers list are now handled by separate function calls. - Avoid importing logrus (the condition where it was used should never happen, anyway). - Make writes non-blocking Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 26c9b585042ac7dce8db83478a69fd01a4b003d7 Component: engine