SubscriberLifecycle
fun <T> SubscriberLifecycle(delegate: T, repeatOnLifecycle: suspend T.(mode: SubscriptionMode, block: suspend CoroutineScope.() -> Unit) -> Unit): SubscriberLifecycle
Create a SubscriberLifecycle by delegating the repeatOnLifecycle method to delegate