Class: IOPromise::Dalli::DalliExecutorPool

Inherits:
ExecutorPool::Base show all
Defined in:
lib/iopromise/dalli/executor_pool.rb

Instance Method Summary collapse

Methods inherited from ExecutorPool::Base

#begin_executing, #complete, for, #initialize, #register, #sync

Constructor Details

This class inherits a constructor from IOPromise::ExecutorPool::Base

Instance Method Details

#execute_continue(ready_readers, ready_writers, ready_exceptions) ⇒ Object



6
7
8
9
10
# File 'lib/iopromise/dalli/executor_pool.rb', line 6

def execute_continue(ready_readers, ready_writers, ready_exceptions)
  dalli_server = @connection_pool

  dalli_server.execute_continue(ready_readers, ready_writers, ready_exceptions)
end