Added proper tests for half-sync-half-async
This commit is contained in:
@ -50,6 +50,7 @@ public class AsynchronousService {
|
||||
task.onPreCall();
|
||||
} catch (Exception e) {
|
||||
task.onError(e);
|
||||
return;
|
||||
}
|
||||
|
||||
service.submit(new FutureTask<T>(task) {
|
||||
|
Reference in New Issue
Block a user