|
PocketMine-MP 5.41.2 git-e73f84662e3363c758c5cd2380d3130518867133
|
Inheritance diagram for pocketmine\thread\Thread:
Collaboration diagram for pocketmine\thread\Thread:Specialized Thread class aimed at PocketMine-MP-related usages. It handles setting up autoloading and error handling.
Note: You probably don't need a thread unless you're doing something in it that's expected to last a long time (or indefinitely). For CPU-demanding tasks that take a short amount of time, consider using AsyncTasks instead to make better use of the CPU.
Definition at line 38 of file Thread.php.