trait Permit extends AnyRef

Token representing an interest in a resource and a way to release that interest.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Permit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def release(): Unit

    Indicate that you are done with your Permit.

    Indicate that you are done with your Permit.

    Note

    calling this multiple times will result in undefined behavior.