ThreadUnsafeCallableSingleton

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

Function the function called to create the provided object.

class ThreadUnsafeCallableSingleton : ThreadUnsafeSingleton!(Callable!Function)(
alias Function
) {}

Meta