Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Aug 14, 2024
1 parent a708be9 commit 69444f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ internal class JobQueueExecutorPool(private val config: ExecutorPoolConfig) {
silently(config.shutdownCB)

if (block)
threads.awaitTermination(243256, TimeUnit.DAYS)
threads.awaitTermination(243256, TimeUnit.DAYS) // basically just wait indefinitely

return StopCode.Forced
}
Expand Down

0 comments on commit 69444f9

Please sign in to comment.