Packages

p

sangria

execution

package execution

Type Members

  1. class AsyncExecutionScheme[F[_]] extends ExecutionScheme

    An ExecutionScheme that is capable of using sangria.catseffect.schema.AsyncValue.

    An ExecutionScheme that is capable of using sangria.catseffect.schema.AsyncValue.

    Its result is an Async.

  2. trait AsyncToFuture[F[_]] extends AnyRef

    The AsyncResolver is using the FutureResolver under the hood.

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

Ungrouped