/RunLoopExecutorService

This is a simple ExecutorService that executes submitted tasks (Runnables) on the Thread that that starts the run loop with the StartRunLoop() method. Very useful if you want to make the main thread submittable.

Primary LanguageJava

This repository is not active