Partial migration to M5
This commit is contained in:
parent
b8e7569e56
commit
1bf0fe4448
23 changed files with 88 additions and 105 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue