hmil / RosHTTP

Unified Scala.js + Scala HTTP client API
MIT License
126 stars 24 forks source link

Use blocking context on the JVM #19

Closed hmil closed 8 years ago

hmil commented 8 years ago

This should allow arbitrary many concurrent requests to run on the JVM without using up all threads from the default execution context.

Is that right @sjrd ?

sjrd commented 8 years ago

That's what the doc of blocking says, at least. ^^