subscribeTo

fun subscribeTo(flow: Flow<DataFrame>, processingCoroutineScope: CoroutineScope): Job?

Subscribe to a flow. Loops can only subscribe to a single flow at a time.