Gets the singleton T instance.
lazily initialised new resource
delegate to call on the singleton instance when it is first acquired by this execution context from the pool. Should perform any logic required to reset the instance to its initial state
singleton T instance
See Implementation
Gets the singleton T instance.