HaxeThread
sys.thread._Thread.HaxeThread (private class)
Static Members
current(): HaxeThread
Returns |
---|
HaxeThread |
create(job: Function, withEventLoop: Bool): sys.thread.Thread
Name | Type |
---|---|
job |
Function |
withEventLoop |
Bool |
Returns |
---|
sys.thread.Thread |
Instance Members
events: Null<sys.thread.EventLoop>
handle: ThreadHandle
Private Members
threads: Array<AnonStruct>
threadsMutex: sys.thread.Mutex
mainThreadHandle: ThreadHandle
mainThread: HaxeThread
Name | Type |
---|---|
item |
AnonStruct |
probableIndex |
Int |
currentHandle(): ThreadHandle
Returns |
---|
ThreadHandle |
createHandle(callb: Function): ThreadHandle
Name | Type |
---|---|
callb |
Function |
Returns |
---|
ThreadHandle |
new(h: ThreadHandle): Void
Name | Type |
---|---|
h |
ThreadHandle |