Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
A very simple modified version of PoolableManager that allows a facade class to forward an initialization parameter to objects in the subcontainer that implement
IPoolable<T>.This enables a clean way for all subcomponents to access the param data sent to the facade OnSpawned:
Rather than having to do something like
in every subcomponent, which feels like a limitation of the current PoolableManager.