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