Class: AWS::Flow::SuspendableSemaphore Private
- Inherits:
-
Object
- Object
- AWS::Flow::SuspendableSemaphore
- Defined in:
- lib/aws/decider/task_poller.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
This class is currently not implemented.
Instance Method Summary collapse
- #acquire ⇒ Object private
-
#initialize ⇒ SuspendableSemaphore
constructor
private
A new instance of SuspendableSemaphore.
- #release ⇒ Object private
Constructor Details
#initialize ⇒ SuspendableSemaphore
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method is not implemented.
Returns a new instance of SuspendableSemaphore.
336 337 |
# File 'lib/aws/decider/task_poller.rb', line 336 def initialize end |
Instance Method Details
#acquire ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method is not implemented.
341 342 |
# File 'lib/aws/decider/task_poller.rb', line 341 def acquire end |
#release ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method is not implemented.
346 347 |
# File 'lib/aws/decider/task_poller.rb', line 346 def release end |