Scala provides a `blocking { ... }` wrapper that h...
# coroutines
r
Scala provides a
blocking { ... }
wrapper that hints the global execution context also CPU tuned that within that code it may try to accommodate for IO based tasks: