parallel AS2 export (similar to AS3)

This commit is contained in:
honfika@gmail.com
2015-07-11 11:41:20 +02:00
parent 737f20edd4
commit e9b74200ad
7 changed files with 209 additions and 133 deletions

View File

@@ -28,8 +28,6 @@ public class RetryTask {
private final AbortRetryIgnoreHandler handler;
public Object result;
public RetryTask(RunnableIOEx r, AbortRetryIgnoreHandler handler) {
this.r = r;
this.handler = handler;