Class: DataLoaderThreads
Contexts/DataLoader/Threads/DataLoaderThreads.DataLoaderThreads
Hierarchy
-
ThreadManager↳
DataLoaderThreads
Constructors
constructor
• new DataLoaderThreads(): DataLoaderThreads
Returns
Inherited from
ThreadManager.constructor
Properties
Richworld
• Richworld: CommBase
Defined in
divinevoxel/foundation/src/Contexts/DataLoader/Threads/DataLoaderThreads.ts:11
commMap
• commMap: Map<string, CommBase | CommManager>
Inherited from
ThreadManager.commMap
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:9
comms
• comms: (CommBase | CommManager)[]
Inherited from
ThreadManager.comms
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:10
parent
• parent: CommBase = ThreadComm.parent
Defined in
divinevoxel/foundation/src/Contexts/DataLoader/Threads/DataLoaderThreads.ts:10
pipelines
• pipelines: Object
Type declaration
| Name | Type |
|---|---|
init | AsyncPipeline<ThreadManager> |
setPorts | AsyncPipeline<ThreadManager> |
Inherited from
ThreadManager.pipelines
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:5
state
• state: DataLoaderThreadState
Overrides
ThreadManager.state
Defined in
divinevoxel/foundation/src/Contexts/DataLoader/Threads/DataLoaderThreads.ts:13
world
• world: CommBase
Defined in
divinevoxel/foundation/src/Contexts/DataLoader/Threads/DataLoaderThreads.ts:12
Methods
addComm
▸ addComm(comm): void
Parameters
| Name | Type |
|---|---|
comm | CommBase | CommManager |
Returns
void
Inherited from
ThreadManager.addComm
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:14
getComm
▸ getComm(id): CommBase | CommManager
Parameters
| Name | Type |
|---|---|
id | string |
Returns
CommBase | CommManager
Inherited from
ThreadManager.getComm
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:15
init
▸ init(): Promise<void>
Returns
Promise<void>
Inherited from
ThreadManager.init
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:12
setCommPort
▸ setCommPort(id, ports): void
Parameters
| Name | Type |
|---|---|
id | string |
ports | CommPortTypes | CommPortTypes[] |
Returns
void
Inherited from
ThreadManager.setCommPort
Defined in
divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:13