I can create and start() 8 JavaTaskBase+RunnableFuture's. The 9th onwards won't start() until one of the current 8 running Async JavaTaskBase+RunnableFuture's stop's. This fixed size pool is very restrictive and can't be controlled. It seems like I must by-pass the Async API and use the Java Concurrent API and ALWAYS CAREFULLY use deferAction() to update the EDT (GUI) thread.
Good workaround's, advice or future improvement would be greatly appreciated.
Thanks!
Good workaround's, advice or future improvement would be greatly appreciated.
Thanks!