ParallelWorkgroup¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/parallel/ParallelWorkgroup.ts for the most up-to-date information.
Overview¶
Represents a workgroup
See ParallelExecutor for more high-level documentation.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ParallelWorkgroup¶
Constructor¶
new ParallelWorkgroup( kernel : ParallelKernel<WorkgroupValues>, id : Vector3, values : WorkgroupValues )¶
Instance Methods¶
Instance Properties¶
workgroupResolves : ( () => void )[]¶
storageResolves : ( () => void )[]¶
Source Code¶
See the source for ParallelWorkgroup.ts in the alpenglow repository.