Dispatchers
@ArturoMejia481
DEFAULT (Computational) Uses the # cores of the CPU, not
good for computations like I/O, network, disk, etc.
IO designed for doing blocking I/O operations, max #64
thread, share the pool with DEFAULT.
MAIN designed to operate UI objects.
Indicate in which thread pool a coroutine should run