Interface AsyncSemaphore.SemaphorePermit

Enclosing class:
AsyncSemaphore

public static interface AsyncSemaphore.SemaphorePermit
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Releases this semaphore permit.
  • Method Details

    • release

      void release()
      Releases this semaphore permit.