RxFeedback.swift
RxFeedback.swift copied to clipboard
How to exchange events between different loops?
Hello. How to exchange events between different loops?
This is not possible.
What about of putting one loop inside another and emitting events from the inner one to the parent?
State is the way to share the information between loops.
I think you will find an interesting video by Brandon Williams about composable reducers.