Not sure what channel to put this in, it’s sort of a mix of #C0B8Y8BHC and #C0C7SMTU6
So I want to use an `async {}`block to run some code, but I want it to run using the same thread pool as the
Scheduler
that I use with Rx (for thread safety), that is
<http://Schedulers.io|Schedulers.io>()
. Async takes an
ExecutorService
though and I’m not sure how or if it is possible to bridge that type gap.