asyncLoader¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/phet-core/blob/main/js/asyncLoader.ts for the most up-to-date information.
Overview¶
Singleton which keeps track of all async items currently loading, and doesn't proceed until all have been loaded.
@author Michael Kauzmann (PhET Interactive Simulations) @author Sam Reid (PhET Interactive Simulations)
Source Code¶
See the source for asyncLoader.ts in the phet-core repository.