mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added full async operations in a separate Thread
This commit is contained in:
@ -36,6 +36,10 @@ if(!function_exists("cli_set_process_title")){
|
||||
}
|
||||
}
|
||||
|
||||
function dummy(){
|
||||
|
||||
}
|
||||
|
||||
function safe_var_dump($var, $cnt = 0){
|
||||
switch(true){
|
||||
case is_array($var):
|
||||
|
Reference in New Issue
Block a user