Community
Fusion API and Scripts
Got a new add-in to share? Need something specialized to be scripted? Ask questions or share what you’ve discovered with the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Asynchronous and Background Execution in JS

0 REPLIES 0
Reply
Message 1 of 1
aronrubin
779 Views, 0 Replies

Asynchronous and Background Execution in JS

I am completing the first revision of a Add-In that I have been developing for a few months. The biggest problem I have encountered is that everything is synchronous and single threaded. Depending on the system, network, and cloud performance this produces results from acceptable to angry-uninstall. I did try using setTimeout but I cannot affect UI elements from those functions without locking up the whole UI. There are a number of small changes that would allow greater user interaction while doing compute bound or IO bound operations. I would be happy to discuss all of those if there is interest.

 

Thank you,

Aron

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report