-
- Downloads
Make FetcherThreads handle Callable<?> tasks instead of Loader tasks
Because Callable throws general Exception, exception handling had to be adjusted. InterruptedException, possibly wrapped in an ExecutionException is expected/ignored. Other exceptions are just printed. InterruptedException is expected, because it is deliberately caused by calling FetcherThreads.pauseFetcherThreadsFor().
Please register or sign in to comment