Move thread-related classes from pocketmine to pocketmine\thread namespace

This commit is contained in:
Dylan K. Taylor
2019-06-18 17:36:25 +01:00
parent 075f49aef0
commit c66af4648c
10 changed files with 13 additions and 10 deletions

View File

@ -24,8 +24,8 @@ declare(strict_types=1);
namespace pocketmine\utils;
use LogLevel;
use pocketmine\Thread;
use pocketmine\Worker;
use pocketmine\thread\Thread;
use pocketmine\thread\Worker;
use function fclose;
use function fopen;
use function fwrite;