Join Slack
Powered by
Scala provides a `blocking { ... }` wrapper that h...
# coroutines
r
raulraja
09/17/2017, 9:51 PM
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:
2
Views
Open in Slack
Previous
Next