RxFeedback.swift icon indicating copy to clipboard operation
RxFeedback.swift copied to clipboard

How to exchange events between different loops?

Open mefilt opened this issue 6 years ago • 4 comments

Hello. How to exchange events between different loops?

mefilt avatar Aug 15 '18 14:08 mefilt

This is not possible.

kzaher avatar Aug 28 '18 17:08 kzaher

What about of putting one loop inside another and emitting events from the inner one to the parent?

ixrevo avatar Aug 29 '18 06:08 ixrevo

State is the way to share the information between loops.

kzaher avatar Sep 16 '18 19:09 kzaher

I think you will find an interesting video by Brandon Williams about composable reducers.

eimantas avatar Sep 21 '18 07:09 eimantas