Method: AWS::Flow::Core::ExternalFuture#method_missing
- Defined in:
- lib/aws/flow/future.rb
#method_missing(method, *args, &block) ⇒ Object
184 185 186 187 188 |
# File 'lib/aws/flow/future.rb', line 184 def method_missing(method, *args, &block) @mutex.synchronize do super(method, *args, &block) end end |