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.



336
337
# File 'lib/aws/decider/task_poller.rb', line 336

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.



341
342
# File 'lib/aws/decider/task_poller.rb', line 341

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.



346
347
# File 'lib/aws/decider/task_poller.rb', line 346

def release
end