When master Julia process is waiting in take!() on its own RemoteRef and the worker processes have all thrown exceptions, pressing Ctrl-C in REPL results in
ERROR (unhandled task failure): InterruptException:
in task_done_hook at ./task.jl:175
but doesn't bring the master from the waiting state.
When master Julia process is waiting in
take!()on its ownRemoteRefand the worker processes have all thrown exceptions, pressing Ctrl-C in REPL results inbut doesn't bring the master from the waiting state.