buildx/util/ioset
Jonathan A. Sternberg 21ebf82c99
monitor: refactor how reload works
The build now happens in a loop and the monitor is run after every
build. The monitor can return `ErrReload` to signal to the main thread
that it should reload the build result.

This will be used in the future to move the monitor into a callback
rather than as a separate existence. It allows the monitor to not
control the build itself which now makes it possible to completely
remove the controller.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2025-06-04 15:06:31 -05:00
..
ioset.go monitor: Enable to exec into the container 2023-03-02 19:30:29 +09:00
mux.go monitor: refactor how reload works 2025-06-04 15:06:31 -05:00
mux_test.go Fix typos 2025-04-07 14:01:52 +08:00