final class AsyncOps[F[_], A] extends AnyVal
- Source
- AsyncSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AsyncOps(self: Async[F])
Value Members
Deprecated Value Members
-
def
fromFuture(future: ⇒ Future[A])(implicit ec: ExecutionContext): F[A]
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Has nothing to do with HTTP. Use
IO.fromFuture(IO(future)).to[F]
-
def
fromFuture(future: Eval[Future[A]])(implicit ec: ExecutionContext): F[A]
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Has nothing to do with HTTP. Use
IO.fromFuture(IO(future)).to[F]