Executors.newSingleThreadExecutor() is never used
AlexTrotsenko opened this issue · 0 comments
AlexTrotsenko commented
I see, that Executors.newSingleThreadExecutor()
was added in the dcaf84f by @donovanfm, but it's never used.
Was there an idea to use it instead of ContextCompat.getMainExecutor(this)
? If so - what's the pros/cons of such single thread executor ?