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.



343
344
# File 'lib/aws/decider/task_poller.rb', line 343

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.



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

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.



351
352
# File 'lib/aws/decider/task_poller.rb', line 351

def release
end