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.



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

def initialize

end

Instance Method Details

#acquireObject



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

def acquire
end

#releaseObject



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

def release
end