Partial migration to M5

This commit is contained in:
Viktor Klang 2012-07-17 17:21:08 +02:00
parent b8e7569e56
commit 1bf0fe4448
23 changed files with 88 additions and 105 deletions

View file

@ -91,7 +91,7 @@ object Patterns {
* Patterns.pipe(transformed).to(nextActor);
* }}}
*/
def pipe[T](future: Future[T]): PipeableFuture[T] = scalaPipe(future)
def pipe[T](future: Future[T], context: ExecutionContext): PipeableFuture[T] = scalaPipe(future)(context)
/**
* Returns a [[scala.concurrent.Future]] that will be completed with success (value `true`) when