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



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

def resolve(proc)
  proc.call
end