0

Say I have

val client = new NingWSClient((new AsyncHttpClientConfig.Builder).build)

Is it thread-safe to use client all over the current JVM?

Andrew Gaydenko
  • 267
  • 2
  • 11

1 Answers1

0

Will Sargent has answered the question in Play Framework group conversation, and - yes, it is safe!

Will, thanks!

Andrew Gaydenko
  • 267
  • 2
  • 11