Class: AWS::Flow::SuspendableSemaphore

Inherits:
Object
  • Object
show all
Defined in:
lib/aws/decider/task_poller.rb

Instance Method Summary collapse

Constructor Details

#initializeSuspendableSemaphore

Returns a new instance of SuspendableSemaphore.



196
197
198
# File 'lib/aws/decider/task_poller.rb', line 196

def initialize

end

Instance Method Details

#acquireObject



200
201
# File 'lib/aws/decider/task_poller.rb', line 200

def acquire
end

#releaseObject



203
204
# File 'lib/aws/decider/task_poller.rb', line 203

def release
end