subscribeTo
fun subscribeTo(flow: Flow<DataFrame>, processingCoroutineScope: CoroutineScope): Job?
Content copied to clipboard
Subscribe to a flow. Loops can only subscribe to a single flow at a time.
Subscribe to a flow. Loops can only subscribe to a single flow at a time.