nested resumable function calls don't seem to work #106
Unanswered
brianguenter
asked this question in
Q&A
Replies: 1 comment
-
Use
Check this post stackoverflow post: https://stackoverflow.com/questions/9708902/in-practice-what-are-the-main-uses-for-the-yield-from-syntax-in-python-3-3 |
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
-
Nested resumable functions don't work the way I expected. The documentation doesn't have examples so it's not clear if this feature is even supported.
Minimal Working Example
When execute
for val in f2(10) println(val) end
expected to getInstead got this:
Package versions
Beta Was this translation helpful? Give feedback.
All reactions