AsyncToFuture

sangria.execution.AsyncToFuture
trait AsyncToFuture[F[_]]

The AsyncResolver is using the FutureResolver under the hood. So we need a way to transform our Async into a Future for now.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def toFuture[A](f: F[A]): Future[A]