in lib/functions_framework/function.rb [200:209]
def value @mutex.synchronize do if @block @value = @block.call @block = nil end @value end end