Class: AWS::Flow::SuspendableSemaphore Private

Inherits:
Object
  • Object
show all
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.

Note:

This class is currently not implemented.

Instance Method Summary collapse

Constructor Details

#initializeSuspendableSemaphore

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.

Note:

This method is not implemented.

Returns a new instance of SuspendableSemaphore.



399
400
# File 'lib/aws/decider/task_poller.rb', line 399

def initialize
end

Instance Method Details

#acquireObject

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.

Note:

This method is not implemented.



404
405
# File 'lib/aws/decider/task_poller.rb', line 404

def acquire
end

#releaseObject

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.

Note:

This method is not implemented.



409
410
# File 'lib/aws/decider/task_poller.rb', line 409

def release
end