What is the suggested best practice to call a function on all objects in the pool? Need to do this to some graphic/canvas objects on element resizing events. Pool will be filled first with all checked out objects.
What is the suggested best practice to call a function on all objects in the pool?
Need to do this to some graphic/canvas objects on element resizing events. Pool will be filled first with all checked out objects.