async-bulkhead-llm - v3.17.0
    Preparing search index...

    Type Alias LLMBorrowedConcurrencyAbandonCause

    LLMBorrowedConcurrencyAbandonCause: "manual" | "deadline"

    Why a borrowed local concurrency slot was returned before settlement.

    manual is an explicit abandonBorrowedConcurrency() call by the application. deadline is the automatic expiry of a borrowedConcurrencyDeadlineMs lease. Operators need the two separated: only a rising deadline share means the configured lease is too tight.