sourcebitapps / coverstory

Automatically exported from code.google.com/p/coverstory
Apache License 2.0
0 stars 0 forks source link

reload while loading doesn't really do the right thing #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
if you hit reload while data is still loading, it dumps what it has, but
ends up w/ two threads loading data, so the coverage data you get is from
both sets of loads, not really want the user wanted.

Original issue reported on code.google.com by thoma...@gmail.com on 28 May 2008 at 2:13

GoogleCodeExporter commented 8 years ago
http://codereview.appspot.com/1203 blocks the reload until the current one is 
done.

Original comment by thoma...@gmail.com on 28 May 2008 at 2:17

GoogleCodeExporter commented 8 years ago
If we stay with NSOperations, we might actually be able to chancel things now.  
Have to look into it, but it might 
work.

Original comment by thoma...@gmail.com on 4 Jun 2010 at 7:29