ReferenceThreadLocalCallableSingleton

Reference singleton provider that calls some function to create the provided object.

Function the function called to create the provided object.

class ReferenceThreadLocalCallableSingleton : ReferenceThreadLocalSingleton!(ReferenceCallable!Function)(
alias Function
) {}

Meta