Skip to content

Commit d5b862e

Browse files
committed
don't shut down pool from the callback
1 parent f00bc3b commit d5b862e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hxcoro/CoroRun.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class CoroRun {
137137
if (scheduler.now() - start > 10000) {
138138
scope.dump();
139139
pool.dump();
140-
pool.shutdown();
141140
throw "Inactivity shutdown";
142141
}
143142
}

0 commit comments

Comments
 (0)