class ReQL::Worker

Defined in:

reql/worker.cr

Constant Summary

CHANNEL_SIZE = 10 * WORKER_COUNT
WORKER_COUNT = 128

Constructors

Instance Method Summary

Instance methods inherited from class Object

!=(other : RethinkDB::DSL::R) !=, %(other : RethinkDB::DSL::R) %, &(other : RethinkDB::DSL::R) &, *(other : RethinkDB::DSL::R) *, +(other : RethinkDB::DSL::R) +, -(other : RethinkDB::DSL::R) -, /(other : RethinkDB::DSL::R) /, <(other : RethinkDB::DSL::R) <, <=(other : RethinkDB::DSL::R) <=, ==(other : RethinkDB::DSL::R) ==, >(other : RethinkDB::DSL::R) >, >=(other : RethinkDB::DSL::R) >=, |(other : RethinkDB::DSL::R) |

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def close #

[View source]
def delete(wait_group, table_writer, table, key) #

[View source]
def insert(wait_group, table_writer, table, row) #

[View source]