GenisysPro
for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
|
Public Member Functions | |
getClassLoader () | |
setClassLoader (\ClassLoader $loader=null) | |
registerClassLoader () | |
start (int $options=PTHREADS_INHERIT_ALL) | |
quit () | |
getThreadName () | |
![]() | |
getCreatorId () | |
getThreadId () | |
isJoined () | |
isStarted () | |
join () | |
start (int $options=PTHREADS_INHERIT_ALL) | |
![]() | |
chunk ($size, bool $preserve=false) | |
count () | |
isRunning () | |
isTerminated () | |
merge ($from, $overwrite=true) | |
notify () | |
notifyOne () | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetExists ($offset) | |
offsetUnset ($offset) | |
pop () | |
run () | |
shift () | |
synchronized (\Closure $function, $args=null) | |
wait ($timeout) | |
getRefCount () | |
addRef () | |
delRef () | |
isGarbage () | |
Protected Attributes | |
$classLoader | |
$isKilled = false | |
Additional Inherited Members | |
![]() | |
static | getCurrentThread () |
static | getCurrentThreadId () |
![]() | |
static | extend ($obj) |
This class must be extended by all custom threading classes
getClassLoader | ( | ) |
getThreadName | ( | ) |
quit | ( | ) |
Stops the thread using the best way possible. Try to stop it yourself before calling this.
registerClassLoader | ( | ) |
setClassLoader | ( | \ClassLoader | $loader = null | ) |
\ClassLoader | null | $loader |
start | ( | int | $options = PTHREADS_INHERIT_ALL | ) |
int | $options |
|
protected |
|
protected |