Replies: 1 comment
-
Yes that looks okay to me, in principle. |
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
-
Hello,
I would like to implement a client app. This can get one or more messages from the server, which should be evaluated in the background, so that the user can see the results later.
Furthermore I would like to use the Async Gem for this. What would be the correct usage here to use the Async Gem? Would I just write
Async
instead ofDoInBackground
?Furthermore, there may be places in the program where I want to wait for a response to come in the server. Is there (maybe also with Async?) a more elegant method than running a loop until it occurs?
I am fairly new to programming with async and non-imperative programs. I hope this is the right place to ask.
Beta Was this translation helpful? Give feedback.
All reactions