Skip to main content

Class: DataLoaderThreads

Contexts/DataLoader/Threads/DataLoaderThreads.DataLoaderThreads

Hierarchy

  • ThreadManager

    DataLoaderThreads

Constructors

constructor

new DataLoaderThreads(): DataLoaderThreads

Returns

DataLoaderThreads

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

NameType
initAsyncPipeline<ThreadManager>
setPortsAsyncPipeline<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

NameType
commCommBase | CommManager

Returns

void

Inherited from

ThreadManager.addComm

Defined in

divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:14


getComm

getComm(id): CommBase | CommManager

Parameters

NameType
idstring

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

NameType
idstring
portsCommPortTypes | CommPortTypes[]

Returns

void

Inherited from

ThreadManager.setCommPort

Defined in

divinevoxel/core/dist/Interfaces/Classes/ThreadManager.d.ts:13