AdmissionTicket

fun interface AdmissionTicket

A handle returned by AdmissionControl.admit for an admitted task. WarpNode calls settle exactly once when the task completes, so an enforcement adapter can release or charge whatever it reserved at admission time.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun settle()

Finish the admission — called once after the admitted task completes.