mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
AsyncTask: added newline
This commit is contained in:
@ -129,6 +129,7 @@ abstract class AsyncTask extends \Threaded{
|
||||
public function cancelRun() : void{
|
||||
$this->cancelRun = true;
|
||||
}
|
||||
|
||||
public function hasCancelledRun() : bool{
|
||||
return $this->cancelRun;
|
||||
}
|
||||
|
Reference in New Issue
Block a user