Sha256: 03512e9c946f471d5655575071c224192d70aa47d7a77861d5718ceed158cd14

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

require 'attr/gather/workflow/task_executor'

module Attr
  module Gather
    module Workflow
      # @api private
      class AsyncTaskExecutor < TaskExecutor
        def initialize(*)
          super
          @executor = :io
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
attr-gather-1.1.0 lib/attr/gather/workflow/async_task_executor.rb
attr-gather-1.0.0 lib/attr/gather/workflow/async_task_executor.rb