-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
beta
-
generic
-
generic
The printingThreads field in Container holds a Vector of threads that are
currently printing components in that container. Although printing is a
rare operation compared to other uses of Container, the Vector is always
created at the time that any Container is instantiated.
The Vector should be created lazily only when and if the Container is
printed.
currently printing components in that container. Although printing is a
rare operation compared to other uses of Container, the Vector is always
created at the time that any Container is instantiated.
The Vector should be created lazily only when and if the Container is
printed.