diff --git a/API.md b/API.md index 14adaab..08938e7 100644 --- a/API.md +++ b/API.md @@ -18,6 +18,7 @@ $ gradlew build ### Threading - [Run sync/async tasks with the FAWE TaskManager](https://github.com/boy0001/FastAsyncWorldedit/wiki/Fawe-TaskManager#sync-task) - [Break up complex tasks using FAWE TaskBuilder](https://github.com/boy0001/FastAsyncWorldedit/wiki/TaskBuilder) + - [Notes on async performance](https://github.com/boy0001/FastAsyncWorldedit/wiki/Notes-on-async-performance) ### Players - [FawePlayer](https://github.com/boy0001/FastAsyncWorldedit/wiki/FawePlayer)