Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/modules/TaskManager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ Async functions are very suitable for tasks.
While the concepts of async functions and coroutines may be more difficult to grasp at first,
you can clearly see how they allow us to write tasks with much more natural and simple code.

For a real world example of a task, see `WaterGoesBad`_, which uses a task to stagger object updates over several ticks (particularly the `update` and `startUpdate` functions).
For a real world example of a task, see WaterGoesBad_, which uses a task to stagger object updates over several ticks (particularly the `update` and `startUpdate` functions).

.. _WaterGoesBad: https://github.com/demiurgeQuantified/WaterGoesBad/blob/develop/Contents/mods/WaterGoesBad/42.13/media/lua/server/WaterGoesBad/WaterObjectManager.lua