Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.security
/
InFlightLimiter
In
Flight
Limiter
class
InFlightLimiter
(
maxInFlight
:
Int
)
Members
Constructors
In
Flight
Limiter
Link copied to clipboard
constructor
(
maxInFlight
:
Int
)
Types
Lease
Link copied to clipboard
class
Lease
:
AutoCloseable
Functions
current
Link copied to clipboard
fun
current
(
)
:
Int
try
Acquire
Link copied to clipboard
fun
tryAcquire
(
)
:
InFlightLimiter.Lease
?