<@U3ZLHBTLG> You can take a loot at Java’s `Thread...
# coroutines
e
@louiscad You can take a loot at Java’s
ThreadPoolExecutor
(supported on Android, too). It has a bunch of configuration options for min/max thread counts and timeouts: https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ThreadPoolExecutor.html
👍 1