basher
02/20/2019, 2:54 AMgildor
02/20/2019, 2:58 AMbasher
02/20/2019, 3:08 AMgildor
02/20/2019, 3:10 AMbasher
02/20/2019, 3:24 AMhmole
02/20/2019, 9:29 AMPaul Woitaschek
02/20/2019, 2:55 PMbasher
02/20/2019, 3:32 PMgildor
02/20/2019, 4:42 PMYou can do Executors.newSingleThread...().asDispatcher() or sth alikeIt's true, but in most cases it's just not needed Also it easy to leak thread (such exector should be explicitly closed to solve problem of leaked thread) Also it will not work with non-blocking APIs