Class: GraphQL::Query::ParallelExecution::ExecutionWorker

Inherits:
Object
  • Object
show all
Includes:
Celluloid
Defined in:
lib/graphql/query/parallel_execution.rb

Instance Method Summary collapse

Instance Method Details

#resolve(proc) ⇒ Object



79
80
81
# File 'lib/graphql/query/parallel_execution.rb', line 79

def resolve(proc)
  proc.call
end