Jump to content

Hey guys, I am trying to program a gui interface under javascript, and in order to do this without the UI freezing whenever a large task is being processed, I need to use Cooperative multi-tasking techniques

 

Does anyone have any experience or know where to guide me on how to do this effectively? If it helps I can share what I have so far

My procrastination is the bane of my existence.

I make games and stuff in my spare time.

 

 

Link to comment
https://linustechtips.com/topic/501611-cooperative-multitasking-javascript/
Share on other sites

Link to post
Share on other sites

 

I should have mentioned that this is not a web application, i'm using a game engine that is javascript based. so i'm essentially stuck with bare javascript and the game engine API (Which does not natively support multi-threading)

My procrastination is the bane of my existence.

I make games and stuff in my spare time.

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×