Sha256: 5ffbe68ae006edea798e2d666d97a53b101d66c3625e0a006c05724ce6d83c63
Contents?: true
Size: 115 Bytes
Versions: 3
Compression:
Stored size: 115 Bytes
Contents
module GraphQL::Batch class Promise < ::Promise def wait Executor.current.wait(self) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
graphql-batch-0.2.2 | lib/graphql/batch/promise.rb |
graphql-batch-0.2.1 | lib/graphql/batch/promise.rb |
graphql-batch-0.2.0 | lib/graphql/batch/promise.rb |