From a3b620edb3ad94e22a4472031caffdded1fcad54 Mon Sep 17 00:00:00 2001 From: Dr Theo <71725814+DrTheodor@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:11:37 +0300 Subject: [PATCH] Update utils.md --- content/development/utils.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/development/utils.md b/content/development/utils.md index 105b094..3f304a3 100644 --- a/content/development/utils.md +++ b/content/development/utils.md @@ -3,4 +3,15 @@ title: Utils type: docs --- -AIT provides and uses a lot of utility classes and methods. Here are some of them. \ No newline at end of file +AIT provides and uses a lot of utility classes and methods. Here are some of them. + +# Core Utils +Core utilities are common side utility classes which can be used on both client and server. + +### `Scheduler` +Allows you to schedule tasks. Tasks do not persist between restarts. + +Example: +```java + +``` \ No newline at end of file