mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Grammar fixes in Thread-safe APIs
- Edited structure of first and third sentences to improve flow and clarity. - Corrected "multi threading" to "multithreading"
This commit is contained in:
@@ -6,10 +6,10 @@ Thread safe APIs
|
||||
Threads
|
||||
-------
|
||||
|
||||
Using threads is a common way to balance processing scatter it across CPUs and cores.
|
||||
Godot supports multi threading, but not in the whole engine.
|
||||
Threads are used to balance processing power across CPUs and cores.
|
||||
Godot supports multithreading, but not in the whole engine.
|
||||
|
||||
Below is a list of the areas in Godot and how they can be used with threads.
|
||||
Below is a list of ways multithreading can be used in different areas of Godot.
|
||||
|
||||
Global scope
|
||||
------------
|
||||
|
||||
Reference in New Issue
Block a user