ThreadLocalCallableSingleton

Non-reference singleton provider that calls some function to create the provided object.

Function the function called to create the provided object.

class ThreadLocalCallableSingleton : ThreadLocalSingleton!(Callable!Function)(
alias Function
) {}

Meta