road0001 / as3flexunitlib

Automatically exported from code.google.com/p/as3flexunitlib
0 stars 0 forks source link

AddAsync Race Condition #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setup an async test using addAsync

If the async event fires before the completion of the code in the 
runMiddle method, all hell breaks loose.

What is the expected output? What do you see instead?
addAsync would work regardless of timing of the asyncEvent

What version of the product are you using? On what operating system?
Latest on XP

Please provide any additional information below.
I have a fix for this plus the ability to do asynchronous startup. Let me 
know if you are interested in reviewing the code.

Mike Labriola

Original issue reported on code.google.com by malabri...@gmail.com on 8 Sep 2007 at 5:19

GoogleCodeExporter commented 8 years ago
I need this fix. Please share it.

Original comment by oleg.nek...@gmail.com on 24 May 2008 at 11:50

GoogleCodeExporter commented 8 years ago
Since no one here ever responded. I wrote dpUInt to address these concerns. 
Take a 
look: http://code.google.com/p/dpuint/

Original comment by malabri...@gmail.com on 19 Jun 2008 at 3:42