debasishg / scala-redis-nb

Implementation of a non blocking Redis client in Scala using Akka IO
204 stars 38 forks source link

Stop using ExecutionContext.global and receive ExecutionContext by the implicit parameter #103

Open okumin opened 10 years ago

okumin commented 10 years ago

I think that ExecutionContext is chosen by users.