https://kotlinlang.org logo
d

dstarcev

08/14/2016, 8:11 PM
@cedric: you might not want to write
( { it.shutdown() })
every time you use an
Executor
, thus you will eventually implement the
Executor.use
extension that does it for you