How to get global variable in resumed function. #130
-
Describe the feature you'd like to have
Cite scientific papers related to the feature/algorithm If possible, sketch out an implementation strategy |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can you describe what you have tried and potentially what issues you are getting? A minimal example will be pretty helpful. There is also the standard non-answer as well -- do not use global variables, they are evil ;) |
Beta Was this translation helpful? Give feedback.
-
Here is a quick generic example (basically you can use a global like in a usual function)
I will marked this as resolved, but do not hesitate to reopen it if you have additional quesitons |
Beta Was this translation helpful? Give feedback.
Here is a quick generic example (basically you can use a global like in a usual function)
I will marked this as resolved, but do not hesitate to reopen it if you have additional quesitons