Skip to content

Commit

Permalink
method comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 20, 2023
1 parent b617a86 commit 7d2c5fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ object ThreadUtils extends Logging {
thread.start()
}

/**
* Schedule a runnable to the scheduled executor service.
* The exceptions thrown in the runnable will be caught and logged.
*/
def scheduleTolerableRunnableWithFixedDelay(
scheduler: ScheduledExecutorService,
runnable: Runnable,
Expand Down

0 comments on commit 7d2c5fd

Please sign in to comment.