Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/brenoepics/at4j
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jan 31, 2024
2 parents a006cb6 + 13c3820 commit 35e2f75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public interface ThreadPool {
* Executes code after a given duration.
*
* <p>Tasks will be scheduled on the daemon executor, allowing the bot to shut down without all
* tasks being executed. This method is not meant to persist a scheduled task over multiple bot life
* cycles.
* tasks being executed. This method is not meant to persist a scheduled task over multiple bot
* life cycles.
*
* @param task The code to run.
* @param duration The duration to run the code after.
Expand Down

0 comments on commit 35e2f75

Please sign in to comment.