TokenizedSimpleLiveCallbackRegistry

fun TokenizedSimpleLiveCallbackRegistry()

Creates an empty registry that relays invocations to the registered callbacks based on the provided SimpleCallbackTokens.

The register creates LiveCallbackContainers as needed to keep callbacks and their associated Lifecycle, then removes a container when all its contained Lifecycles are DESTROYED.