class Concurrent::Agent

def <<(block)

Other tags:
    Yieldreturn: - the new value

Other tags:
    Yieldparam: value - the current value

Other tags:
    Yield: - the operation to be performed with the current value in order to calculate
def <<(block)
  post(&block)
  self
end