Worker: fixed missing AsyncTask import for documentation (#4719)

OCD from f5c9c02e09
This commit is contained in:
Jack Honour
2022-01-10 15:12:37 +00:00
committed by GitHub
parent 0a5b146189
commit 58e1e7bd6f

View File

@ -23,6 +23,7 @@ declare(strict_types=1);
namespace pocketmine\thread;
use pocketmine\scheduler\AsyncTask;
use const PTHREADS_INHERIT_NONE;
/**