AsyncExecutionScheme
sangria.execution.AsyncExecutionScheme
class AsyncExecutionScheme[F[_]](val asyncToFuture: AsyncToFuture[F])(implicit evidence$1: Async[F]) extends ExecutionScheme
An ExecutionScheme that is capable of using sangria.catseffect.schema.AsyncValue.
Its result is an Async.
Attributes
- Graph
-
- Supertypes
Members list
In this article