Skip to content

Instantly share code, notes, and snippets.

View thanh-buiviet's full-sized avatar

thanh-buiviet

View GitHub Profile
@thanh-buiviet
thanh-buiviet / CbFutureAsScala.scala
Last active December 23, 2015 14:29
implicit converter from spy-memcached (>= 2.10.0) OperationFuture to scala.concurrent.Future
package sd.cb
import net.spy.memcached.internal._
import scala.concurrent.{Future, Promise}
import com.couchbase.client.internal.{HttpCompletionListener, HttpFuture}
import collection.JavaConverters._
/**
* implicit convert [T extends net.spy.memcached.internal.ListenableFuture] to scala Future
* @see http://stackoverflow.com/questions/11529145/how-do-i-wrap-a-java-util-concurrent-future-in-an-akka-future?rq=1