Changed paths:
M vm/dispatcher/pool.go
M vm/dispatcher/pool_test.go
Log Message:
-----------
vm/dispatcher: don't block on the boot error chan on exit
React on the context cancellation even if the boot error channel is
blocked.
Add a test that verifies this behavior.
Print a log message if the channel is full.