typedi
typedi copied to clipboard
question: How to check if an instance of a constructable was already created.
Hi, is it possible to check if a singleton of a constructable was already created? has
will only check if the constructable was registered globally. This is useful if you want to graceful shutdown an existing instance.