Replies: 1 comment
-
I made a hash of this in the interactive editor. I'll make a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(editing in progress -- Post was saved too early by my incorrect button push. I'll say when editing is done)
I'm reading the example in the "IO Concurrency" section of the "getting started" guide for RxPy 4.0.4, here
https://rxpy.readthedocs.io/en/latest/get_started.html
The example runs and makes a loose kind of sense, but I can't make sense of the plumbing details, and thus will not be able to generalize the technique and use it creatively.
The code, as written, does not correspond to realities revealed in the debugger. I'll first say what I think the code means, from reading it, then I'll say what I uncovered by stepping through the running code.
Beta Was this translation helpful? Give feedback.
All reactions