Continue after reported solution
This commit is contained in:
+4
-3
@@ -246,9 +246,10 @@ handle_worker_result(Error, W, S) ->
|
||||
report_solutions_(Solutions, W, S) ->
|
||||
case report_solutions(Solutions, W, S) of
|
||||
ok ->
|
||||
Ws = reset_worker(W, S#st.workers),
|
||||
Ws1 = stop_workers(Ws),
|
||||
{stopped, S#st{workers = Ws1}};
|
||||
%% Ws = reset_worker(W, S#st.workers),
|
||||
%% Ws1 = stop_workers(Ws),
|
||||
%% {stopped, S#st{workers = Ws1}};
|
||||
{continue, S};
|
||||
continue ->
|
||||
{continue, S};
|
||||
{error, _} ->
|
||||
|
||||
Reference in New Issue
Block a user