Module: Zookeeper::Common

Included in:
ZookeeperBase, ZookeeperCommon
Defined in:
lib/zookeeper/common.rb,
lib/zookeeper/common/queue_with_pipe.rb

Defined Under Namespace

Classes: QueueWithPipe

Constant Summary collapse

ZKRB_GLOBAL_CB_REQ =

sigh, i guess define this here?

-1

Instance Method Summary collapse

Instance Method Details

#event_dispatch_thread?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/zookeeper/common.rb', line 9

def event_dispatch_thread?
  @dispatcher && (@dispatcher == Thread.current)
end