Skip to content

Commit

Permalink
Update utils.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTheodor authored Sep 18, 2024
1 parent bb60ab5 commit a3b620e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion content/development/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ title: Utils
type: docs
---

AIT provides and uses a lot of utility classes and methods. Here are some of them.
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

```

0 comments on commit a3b620e

Please sign in to comment.