After days of googleing I think I can't decide which one is for what scenario. Of course I would like to use a perfect framework which combines both (unrealistic of course). I even know that it's possible to use them together. But the real question is what are those core design elements in each one that make it impossible to emulate one with the other. These are the ones I found:
- in RX there is virtual time so the scheduler effectively controls the entire network but this is not possible in TDF because every block uses different tasks and they run independently
- in TDF a block can retry receiving a message/resend and stuff like that but in RX it's not possible.
- in rx the dataflow is serialized but in TDF this is optional
It would be nice to have some comprehension that is not list-like rather something that tries to derive both from a common abstract class/category talking only about the structural differences.