Method: Concurrent.config

Defined in:
lib/concurrent/client.rb

.config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Concurrent)

    the object that the method was called on



9
10
11
# File 'lib/concurrent/client.rb', line 9

def self.config
  yield self
end