(No version information available, might only be in SVN)
简介
Any object that extends Thread can have the run method executed asynchronously in a Thread.
类摘要
Thread
{
final
public
static
int
getCount
(
void
)
final public static int getMax
(
void
)
final public static int getPeak
(
void
)
final public static ImportedThread getThread
(
string $tid
)
final public boolean isBusy
(
void
)
final public mixed join
(
void
)
final public boolean notify
(
void
)
abstract public mixed run
(
void
)
final public int stack
(
Object $work
)
final public boolean start
([
boolean $synchronized
] )
final public int unstack
([
Object $work
] )
final public boolean wait
([
long $timeout
] )
}