Converts a Scala Future into a gears Future. Requires an ExecutionContext, as the job of completing the returned Future will be done through this context. Since Scala Future cannot be cancelled, the returned Future will not clean up the pending job when cancelled.
Converts a Scala Future into a gears Future. Requires an ExecutionContext, as the job of completing the returned Future will be done through this context. Since Scala Future cannot be cancelled, the returned Future will not clean up the pending job when cancelled.
Converts a gears Future into a Scala Scala Future. Note that if fut is cancelled, the returned Scala Future will also be completed with Failure(CancellationException).
Converts a gears Future into a Scala Scala Future. Note that if fut is cancelled, the returned Scala Future will also be completed with Failure(CancellationException).