public Method

Sync_m.sync_extended

There's no documentation for this item.

Source Code

# File sync.rb, line 104
def sync_extended
  unless (defined? locked? and
          defined? shared? and
          defined? exclusive? and
          defined? lock and
          defined? unlock and
          defined? try_lock and
          defined? synchronize)
    Sync_m.define_aliases(class<<self;self;end)
  end
  sync_initialize
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.