Class: GraphQL::Execution::Pool
- Inherits:
-
Object
- Object
- GraphQL::Execution::Pool
- Defined in:
- lib/graphql/execution/pool.rb
Defined Under Namespace
Classes: Worker
Class Method Summary collapse
Class Method Details
.future(&block) ⇒ Object
7 8 9 |
# File 'lib/graphql/execution/pool.rb', line 7 def self.future(&block) _pool.future.perform(block) end |