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.



207
208
209
# File 'lib/aws/decider/task_poller.rb', line 207

def initialize

end

Instance Method Details

#acquireObject



211
212
# File 'lib/aws/decider/task_poller.rb', line 211

def acquire
end

#releaseObject



214
215
# File 'lib/aws/decider/task_poller.rb', line 214

def release
end