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.



358
359
# File 'lib/aws/decider/task_poller.rb', line 358

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.



362
363
# File 'lib/aws/decider/task_poller.rb', line 362

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.



366
367
# File 'lib/aws/decider/task_poller.rb', line 366

def release
end