Wait For is a HUGE time saver!

JohnC

Expert
Licensed User
Longtime User
Just want to thank Erel for implementing the "Wait For" feature.

I just finished a project that did a lot of FTP operations and they had to be done in a specific order.

If I had to write the app with all those operations happening asynchronously with different event subs all over the place and requiring a state machine, I would have pulled out all my hair!

The Wait For made the entire flow so much more clean and easier to implement.

Thanks again!
 

LucaMs

Expert
Licensed User
Longtime User
[Erel, don't read this post of mine :D]


The Wait For made the entire flow so much more clean and easier to implement.
upload_2019-10-12_12-40-52.png
 
Top