1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/progressreader
Aaron Lehmann 26c9b58504 Clean up ProgressStatus
- 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>
2015-08-27 13:22:08 -07:00
..
broadcaster.go Clean up ProgressStatus 2015-08-27 13:22:08 -07:00
progressreader.go Fix uses of "int" where "int64" should be used instead 2015-07-31 16:31:40 -07:00
progressreader_test.go Fix uses of "int" where "int64" should be used instead 2015-07-31 16:31:40 -07:00