How to apply threading on Corona LUA

How to apply threading on Corona LUA . 

I have one circle rotating .

now each screen frame is having 5 circles and the moment the 6th circle is generated games hangs

  1. Corona is single threaded.

  2. 6 rotating circles isn’t enough to hang corona, so something else is going on in your code.

zip up your code and share it with us so we can see.

Please find the code , the game starts to hang after few seconds. Please help 

FYI the answer was posted here:

https://forums.coronalabs.com/topic/63367-game-hangs-on-transition-of-balls-or-generation-of-new-balls/#entry328855

  1. Corona is single threaded.

  2. 6 rotating circles isn’t enough to hang corona, so something else is going on in your code.

zip up your code and share it with us so we can see.

Please find the code , the game starts to hang after few seconds. Please help 

FYI the answer was posted here:

https://forums.coronalabs.com/topic/63367-game-hangs-on-transition-of-balls-or-generation-of-new-balls/#entry328855