moby--moby/pkg/containerfs
Stephen J Day 0cd4ab3f9a
pkg/package: remove promise package
The promise package represents a simple enough concurrency pattern that
replicating it in place is sufficient. To end the propagation of this
package, it has been removed and the uses have been inlined.

While this code could likely be refactored to be simpler without the
package, the changes have been minimized to reduce the possibility of
defects. Someone else may want to do further refactoring to remove
closures and reduce the number of goroutines in use.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-09-21 17:56:45 -07:00
..
archiver.go pkg/package: remove promise package 2017-09-21 17:56:45 -07:00
containerfs.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
containerfs_unix.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00
containerfs_windows.go LCOW: Implemented support for docker cp + build 2017-09-14 12:07:52 -07:00